Download Latest Version wasm3-linux-other.tar.gz (1.8 MB)
Email in envelope

Get an email when there's a new version of Wasm3

Home / v0.4.9
Name Modified Size InfoDownloads / Week
Parent folder
wasm3-win-x86.exe 2021-03-12 244.2 kB
wasm3-android-coremark.apk 2021-03-12 2.3 MB
wasm3-win-x64.exe 2021-03-12 281.1 kB
wasm3-strace.wasm 2021-03-12 184.9 kB
wasm3-wasi.wasm 2021-03-12 170.0 kB
wasm3-cosmopolitan.com 2021-03-12 155.6 kB
wasm3-cosmopolitan.com.dbg 2021-03-12 2.3 MB
README.md 2021-03-11 1.7 kB
v0.4.9 source code.tar.gz 2021-03-11 2.5 MB
v0.4.9 source code.zip 2021-03-11 2.6 MB
Totals: 10 Items   10.7 MB 0
  • Structured WebAssembly/WASI tracing.
  • Check out d_m3EnableStrace flag and the demo of wasm3-strace utility.
  • Backtrace recording on traps (by @t-veor).
  • Support exported functions with multiple names (by @atdrendel)
  • Support recursive m3_Call invocation. I.e. calling exported function from within imported function callback.
  • pywasm3 Python module is released. See some colorful examples 😎
  • New API:
  • Exported function signature introspection: m3_GetArgCount, m3_GetRetCount, m3_GetArgType, m3_GetRetType
  • Introspection of imported functions (see IM3ImportContext _ctx argument)
  • Calls with raw arguments, instead of strings: m3_CallV, m3_CallVL, m3_Call
  • Warning: m3_CallWithArgs renamed to m3_CallArgv
  • Get return values: m3_GetResultsV, m3_GetResultsVL, m3_GetResults
  • Get backtrace: m3_GetBacktrace
  • Helpers: m3_GetFunctionName, m3_GetModuleName, m3_GetFunctionModule, m3_GetModuleRuntime
  • m3_RunStart can (optionally) be used to force the dynamic module initialization.
  • Build system:
  • Add BUILD_NATIVE flag (ON by default).
  • Remove d_m3LogOutput, USE_HUMAN_FRIENDLY_ARGS, and other misleading flags.
  • ESP32-C3 support
  • Raspberry Pi Pico (RP2040) support
  • WASI:
  • Improved security via m3ApiCheckMem
  • Whence fixes (by @sinkingsugar)
  • Cosmopolitan Libc support (by @jart)
  • Fix some memory leaks, parse errors, etc.
  • Updated docs

👉 If you like Wasm3, please give us a GitHub star! 🌟

Source: README.md, updated 2021-03-11