wasm-pack
wasm-pack copied to clipboard
📦✨ your favorite rust -> wasm workflow tool!
## 🐛 Bug description Testing using the chrome driver fails because the URL doesn't exist (404). I cannot find the version string listed on the [chrome for testing](https://googlechromelabs.github.io/chrome-for-testing/) page. ####...
## 🐛 Bug description `wasm-pack test --headless --chrome` returns an error with the following message: ```console Running /home/runner/work/ide/ide/target/wasm32-unknown-unknown/debug/deps/physics_simulator-452494b2d896c9ff.wasm Executing bindgen... Running headless tests in Chrome on `http://127.0.0.1:44987/` Try find `webdriver.json`...
Closes #1422 This PR explicitly specifies the available wasm-opt optimization flags for extreme optimization cases. - [X] You have the latest version of `rustfmt` installed ```bash $ rustup component add...
The existing documentation about wasm-opt optimization flags are easy to glance over, and the available wasm-opt flags from binaryen are already obscure to find. Outside of `-O4`, I have personally...
Previously when we'd invoke wasm-bindgen we'd assume that the binary we wanted to process was `target/wasm32-unknown-unknown{debug|release}/crate.wasm`, which isn't the case for all flags that Cargo accepts. My goal with this...
## 🐛 Bug description I am try to compile the webpack wasm-pack project and then I get an Rust-Compilation Error: ``` ✅ Your crate has been correctly compiled 10% building...
## 🐛 Bug description When building the default provided project in release mode without the console panic hook, the size of the output `.wasm` file is 13KB, more than I...
I ran into https://github.com/rustwasm/wasm-pack/issues/1280. This issue is closed but this still seems to be a problem. I ran into the following error: ``` $ wasm-pack build --target web --out-name wasm...
## 🐛 Bug description `wasm-pack build` fails after `[INFO]: Installing wasm-bindgen...` with the error: ``` 49.39 Error: No such file or directory (os error 2) 49.39 Caused by: No such...
## 💡 Feature description Brief explanation of the requested feature. #### 💻 Basic example Include a basic code example if possible. Omit this section if not applicable.