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

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`...

I'm really confused where the output of the tests are. ``` 16:30 simbleau on main ~ wasm-pack test --node [INFO]: 🎯 Checking for the Wasm target... Compiling bevy_async_task v0.3.0 (/Users/simbleau/git/bevy_async_task)...

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`...

## πŸ’‘ Feature description Could an API or Callback be provided in the `xxx.js` file generated by `wasm-pack` packaging, allowing developers to obtain the progress when downloading the `wasm` file?...

currently when building with debug info resulting wasm lacks original names for local / global variables and function parameters. my_lib/src/lib.rs ```rust fn add_two(param1: i32, param2: i32) -> i32 { param1...

question
needs design
needs discussion

Bumps [rustls](https://github.com/rustls/rustls) from 0.23.16 to 0.23.18. Commits 33af2c3 Prepare 0.23.18 ffe646d Add reproducer for bug 2227 69b6f74 Record and restore the processed cursor in first_handshake_message 4ef3532 Upgrade to mio 1...

dependency
rust

## πŸ› Bug description The cargo-generate version prints with a space between "cargo" and "generate". So the result of this `get_cli_version` function is ”generateβ€œ ```shell $ cargo-generate -V cargo generate...

## πŸ’‘ Feature description Deno support was added by #1117. Currently, if you use `wasm-pack build --target deno`, it will generate the following files ``` project-name.wasm project-name.wasm.d.ts project-name.js project-name.d.ts ```...

## πŸ› Bug description I'm trying to build the project _ and it failed with this error ```console CMAKE_TOOLCHAIN_FILE_wasm32-unknown-unknown = None CMAKE_TOOLCHAIN_FILE_wasm32_unknown_unknown = None TARGET_CMAKE_TOOLCHAIN_FILE = None CMAKE_TOOLCHAIN_FILE = None...

## πŸ› Bug description In a GitHub action on a macOS 14.7 runner in one of my libraries, I've been running `wasm-pack test --headless --safari` on every commit. It worked...