rust-native-wasm-loader icon indicating copy to clipboard operation
rust-native-wasm-loader copied to clipboard

Results 6 rust-native-wasm-loader issues
Sort by recently updated
recently updated
newest added
trafficstars

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): ![image](https://user-images.githubusercontent.com/3856578/56530055-af534a00-6549-11e9-9977-d8b85c5f1cbb.png) 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...