wasm-and-rust icon indicating copy to clipboard operation
wasm-and-rust copied to clipboard

WebAssembly and Rust: A Web Love Story

Results 4 wasm-and-rust issues
Sort by recently updated
recently updated
newest added

hello , when i was trying to test with this project here is where i got stuck. ``` clark@promote:~/workspace/rust/wasm-demo$ emcc -v emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld)...

The `site.js` is 203KB, and the `site.wasm` is about the same size. Wonder if there is a way to reduce the file size.

enhancement
good first issue

Following the instructions in `README.md`, the following step failed on my machine: ```bash cargo build --target=wasm32-unknown-emscripten --release ``` I had to add the target (once again) to make it work:...

Error is: ``` TypeError: Module.cwrap is not a function at Object.main [as onRuntimeInitialized] (?4001:14) at doRun (site.js:1) at run (site.js:1) at runCaller (site.js:1) at removeRunDependency (site.js:1) at receiveInstance (site.js:1) at...