You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
β― wasm-pack build
[INFO]: π― Checking for the Wasm target...
[INFO]: π Compiling to Wasm...
Finished release [optimized] target(s) in 0.01s
β οΈ [WARN]: origin crate has no README
[INFO]: β¬οΈ Installing wasm-bindgen...
Error: no prebuilt wasm-opt binaries are available for this platform: Unrecognized target!
To disable `wasm-opt`, add `wasm-opt = false` to your package metadata in your `Cargo.toml`.
π Bug description
wasm-pack build
pkg
directory missing package.json fileπ€ Expected Behavior
There is a
package.json
file in thepkg
directoryπ Steps to reproduce
example: https://github.com/lencx/learn-wasm
π Your environment
os: macOS M1(arm)
wasm-pack version: 0.9.1
rustc version: rustc 1.49.0 (e1884a8e3 2020-12-29)
The text was updated successfully, but these errors were encountered: