wasm-pack icon indicating copy to clipboard operation
wasm-pack copied to clipboard

📦✨ your favorite rust -> wasm workflow tool!

Results 343 wasm-pack issues
Sort by recently updated
recently updated
newest added

This is especially useful within distro build environments Make sure these boxes are checked! 📦✅ - [x] You have the latest version of `rustfmt` installed ```bash $ rustup component add...

## 🐛 Bug description when following the install guidance on windows install fails due to malware detection (it may be a dependency and not wasmpack) #### 🤔 Expected Behavior should...

This should fix https://github.com/rustwasm/wasm-pack/issues/1206 I don't know what is _the way_ to detect if the `snippets` directory should be included so, by default, I include it considering it's already in...

This PR adds a `--private` flag to the build command, which is used to add a `private` field to the generated package.json. This helps ensure that a package isn't accidentally...

Closes https://github.com/rustwasm/wasm-pack/issues/984 . Rather than check for an existing .gitignore before creating one, I opted to use `create_new` and check the error. This makes it atomic - it'll probably never...

## 🐛 Bug description When publishing a package built with wasm-pack we saw the following warning ``` npm warn publish npm auto-corrected some errors in your package.json when publishing. Please...

## 🐛 Bug description When running `wasm-pack` with experimental WASM code coverage in release mode, the tests fail to run. The browser outputs the following: ``` Uncaught (in promise) CompileError:...

## 🐛 Bug description I am using `wasm-pack test --node --release ./datapoint-processor-wasm -- --nocapture` to run some unit tests on my gitlab pipeline. I have now upgraded rustc from 1.81...

Hey gang: Sorry if this is in the wrong place; I wasn't certain where/who else to ask. Contained within the `deployment.md` file is a section detailing: > > ## Node.js...

Make sure these boxes are checked! 📦✅ - [x] You have the latest version of `rustfmt` installed ```bash $ rustup component add rustfmt ``` - [x] You ran `cargo fmt`...