WASM¶
Runtimes¶
- WASM runtime in JS: https://github.com/evanw/polywasm
- Wasmer
- WAMR
- https://github.com/bytecodealliance/wasmtime-py “Python WebAssembly runtime powered by Wasmtime”
Python in WASM¶
- https://github.com/vmware-labs/webassembly-language-runtimes
- https://github.com/micropython/micropython/tree/master/ports/webassembly
WAT¶
https://developer.mozilla.org/en-US/docs/WebAssembly/Understanding_the_text_format
WASI¶
https://blog.dkwr.de/development/wasi-load-fd-write/
Component model / WIT¶
https://component-model.bytecodealliance.org/design/why-component-model.html
https://component-model.bytecodealliance.org/design/wit.html
https://blog.dkwr.de/development/wasm-component-model/
https://blog.dkwr.de/development/wasm-component-model-example/
Languages that compile to WASM¶
- github.com/glebbash/LO
- https://github.com/wa-lang/wa
- …
#python
Page last modified: 2024-11-13 09:17:00