wasm-pack
wasm-pack copied to clipboard
📦✨ your favorite rust -> wasm workflow tool!
## 💡 Feature description Why is there only x86_64-apple-darwin but no aarch64-apple-darwin? Adding aarch64-apple-darwin will make it easier to install using binstall
Could we have `rustls` bumped to `latest` (`0.23.22`), please?
## 💡 Feature description There should be some way of specifying a list of dependencies that should be included when wasm-pack generates package.json. #### 💻 Basic example The public interface...
This is an early draft PR for the purposes of gathering feedback early. There are also pending changes to wasm-bindgen and Emscripten. This is for issue #1468. This PR does...
## 💡 Feature description Add support for `wasm32-unknown-emscripten`. Support is being added to Emscripten incorporate wasm-bindgen output. However, due to how Emscripten is set up, it needs to invoke wasm-bindgen...
When building one of my projects, I kept running into this issue: ```bash wasm-pack build --target web ``` **Error:** ```txt Finished `release` profile [optimized] target(s) in 0.05s Error: invalid type:...
Fixes #1466
## 🐛 Bug description `ManifestAndUnsedKeys` appears to be a spelling mistake. #### 🤔 Expected Behavior It should be spelled `ManifestAndUnusedKeys`. #### 👟 Steps to reproduce Look at [src/manifest/mod.rs](../blob/master/src/manifest/mod.rs) #### 🌍...
## 💡 Feature description I'd like to know the binary size every time it is built. It is a very useful piece of info that requires extra steps or a...
This would be nice to have for wasm programs that need more memory. It looks like `wasm64-unknown-unknown` is tier 3 so it might be little bit rough getting this to...