Skip to content

SIngle WASM instance, memory set up by JS

Latest
Compare
Choose a tag to compare
@ern0 ern0 released this 14 Apr 08:29
· 3 commits to master since this release
a7c5594

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!