webassembly icon indicating copy to clipboard operation
webassembly copied to clipboard

A minimal toolkit and runtime to produce and run WebAssembly modules.

Results 15 webassembly issues
Sort by recently updated
recently updated
newest added

When passing ``-O`` to ``cli/compiler`` I'm getting in the compiled module: ``LinkError: WebAssembly Instantiation: Import #3 module="env" function="memset" error: function import requires a callable at `` I'm using malloc in...

First off, let me say this is a really cool project. I think it could benefit from some examples! I thought i'd start off with a classic. :)

I tried to use `npm install webassembly` and `wa compile` failed to compile. I then forked and cloned this repo and tried it and it takes the same way. After...

Comparing how long it takes to add two numbers in JavaScript vs WebAssembly. Complete with simple Webpack config, NPM scripts, and Readme details. Lemme know what ya'll thinking 😃

Considering submitting a PR adding an examples folder with proper npm scripts/build process in place for users to easily `npm install && npm start` to get up and running. Thoughts?...