rollup-plugin-wasm icon indicating copy to clipboard operation
rollup-plugin-wasm copied to clipboard

This module has moved and is now available at @rollup/plugin-wasm / https://github.com/rollup/plugins/blob/master/packages/wasm

Results 3 rollup-plugin-wasm issues
Sort by recently updated
recently updated
newest added

The current encoding and decoding is broken and with commit b7abab02bfce0dfe1e5bdc907847d14f45396714 it does work in the browser. Could you release a patch version that includes the said commit?

Take the following program ```C #include void EMSCRIPTEN_KEEPALIVE putNumber(unsigned int *ptr) { ptr[0] = 666; } ``` compiled as follows: ``` emcc mini.c -O3 -s WASM=1 -o mini.wasm -s TOTAL_MEMORY=65536...

Semantic version didn't publish the latest commits. I tried looking into why, but it seems configured right and [the tokens are in Travis](https://docs.travis-ci.com/user/environment-variables/#defining-variables-in-repository-settings). @ColinEberhardt Did those expire?