Explore WebAssembly Languages and Compilers
masterFind compilers and language support for targeting WebAssembly across multiple ecosystems:
- AssemblyScript: A TypeScript subset that compiles to Wasm.
- Go: Native support and compilation guides.
- Kotlin: Kotlin/Wasm support.
- Lua: VMs running in Wasm environments like
wasmoonorwasm_lua. - OCaml: Bytecode interpreters and compilers like
wasicamlandWasocaml. - Python: Scientific stacks in the browser via
PyodideorPyScript. - Rust: Ecosystem tools like
wasm-bindgenfor JS/Rust interop andparity-wasmfor serialization. - WASM-like Languages: Higher-level syntaxes like
wah,Walt, andwam.