rust-native-wasm-loader
rust-native-wasm-loader copied to clipboard
Hi, I'm unable to build a project with .rs/wasm My demo repository: https://github.com/Zireael/wasm-rust The closest I'm getting is by using Vue-cli (try running `vue-cli-service build` on my project) with: **>...
Hi I'm getting error (looks like it can't find wasm-bindgen):  I have wasm-bindgen installed on my system (can compile .rs into .wasm with [wasm-pack build]). I use Vue cli,...
The readme sample code `const add = result.instance.exports['add'];` is throwing an error for projects using airbnb-eslint because it prefers object destructuring. Would it be possible to update for this in...
Work in progress; this PR exists to verify that the build works on Travis
```js import { memory } from "../src/lib.rs"; console.log(memory) // => undefined ```
I would really like to see one of these new WASM compilers include Hot Reload Support. I tried this and it crashes. Is there anything that I can do to...