| Language | Compiler | Setup / Limitations | Standard Library |
|---|---|---|---|
| TypeScript | duktape | Needs Web IDE Setup | Everything but OS operations |
| JavaScript | duktape | Needs Web IDE Setup | Everything but OS operations |
| Rust | Rust | wasm32-unknown-unknown or -wasi target | Everything works with -wasi target |
| AssemblyScript | AssemblyScript | No builtin UTF-8 support | Has optional WASI library for OS operations |
| Go | tinygo | Needs some flags, annotations and wasm-snip of at least io_get_stdout. | Everything but OS operations |
| Python | RustPython | Needs Web IDE Setup and is slow | Everything but OS operations |
| C | clang 8 | May need custom libc | Needs WASI libc for OS operations |
| C++ | clang 8 | May need custom libc | Needs WASI libc for OS operations |
C# -> JS -> quickjs -> wasm