svelte-wasi-with-rust
svelte-wasi-with-rust copied to clipboard
Svelte Rust/WASI in Browser Example
When i run `yarn dev-wasm-bindgen`, it failed with message: ``` thread 'main' panicked at 'assertion failed: `(left == right)` left: `2`, right: `1`', /home/passchaos/.cargo/registry/src/mirrors.tuna.tsinghua.edu.cn-df7c3c540f42cdbd/wasm-bindgen-cli-support-0.2.70/src/js/binding.rs:166:9 ``` version info: wasm-bindgen 0.2.70 wasm-bindgen-cli...
The examples I've taken from the wasm-bindgen book [here](https://rustwasm.github.io/docs/wasm-bindgen/reference/types/imported-js-types.html) are not working examples, and I'm not sure how to fill them out. Solutions or PR welcome. The implementation is in...
An example which adds a paragraph to the web page using DOM bindings from https://github.com/ibaryshnikov/rust-workshop-21-dec-2018 is not yet working. It's probably a simple fix but I don't have the time...