wasm-pack
wasm-pack copied to clipboard
📦✨ your favorite rust -> wasm workflow tool!
Fixes #930 Closes #888 I'm wondering if it'd make sense to have a --bind-gen-opts flag which allows the user to manually specify args to pass through
Standard Javascript tools add a newline at the end of `package.json`. Closes #1161
Standard javascript tools add newline at the end of file of package.json. https://github.com/yarnpkg/yarn/issues/2675 Current behavior: wasm-pack does not add newline at the end of file of the generated package.json files....
``` $ wasm-pack build --profile release-wasm [INFO]: Checking for the Wasm target... [INFO]: Compiling to Wasm... error: conflicting usage of --profile=release-wasm and --release The `--release` flag is the same as...
## 🐛 Bug description wasm-pack build failed with Error: Permission denied (os error 13)。 wasm-pack --help works. #### 🤔 Expected Behavior build passed. #### 👟 Steps to reproduce open this...
Closes #1159 https://stackoverflow.com/a/3411105/9784875 > POSIX sh doesn't understand == for string equality, as that is a bash-ism. Use = instead. > The other people saying that brackets aren't supported by...
```sh $ curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh sh: 139: [: x86_64: unexpected operator info: downloading wasm-pack info: successfully installed wasm-pack to `.../.cargo/bin/wasm-pack` ``` https://github.com/rustwasm/wasm-pack/blob/e7d57690b47f8575dfbf0dd9a0f04539d0af4936/docs/_installer/init.sh#L139 On Pop!_OS 22.04 LTS No error...
## 🐛 Bug description This issue maybe is not related to `wasm-pack` itself, but I have no clue where to look for, or how to fix it, that's why I'm...
## 🐛 Bug description v0.9.1 compiles and installs correctly; all v0.10+ versions fail during the openssl-sys build... #### 🌍 Your environment Windows: `Microsoft Windows [Version 10.0.19042.1165]` rustc version: `rustc 1.54.0...
Im filing this under bug !! Duplicate of https://github.com/rustwasm/wasm-pack/issues/1026 https://github.com/rustwasm/wasm-pack/issues/1058 Problematic for windows users installing wasm-pack --- cargo install wasm-pack I wasnt aware of cargo install wasm-pack --no-default-features Running windows...