Skip to content

Releases: ern0/howto-wasm-minimal

SIngle WASM instance, memory set up by JS

14 Apr 08:29
a7c5594
Compare
Choose a tag to compare

This is an educational project, the app itself have no practical value (except if you're planning to buy a Chevy Volt, and not sure about the color). Features:

  • Simple compilation on all major platforms (GNU/Linux, MacOS, Windows10)
  • Demonstrates calls JS->WASM, WASM->JS
  • JS and WASM use common memory
  • Verbose JS loader (sould be shorter, but this version shows all the WASM interface elements)

Thanks for contributors, see PRs!