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

Webpack loader for Rust

Results 2 rust-wasm-loader issues
Sort by recently updated
recently updated
newest added

This fixes https://github.com/ianjsikes/rust-wasm-webpack-tutorial/issues/7 when using cargo-web's built-in backend, the generated standalone runtime hardcoded file path as 'xxx.wasm'. It causes error when the .wasm file is at that location. Thus we...

It should be `rustTarget` according to the code