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
I executed wasm-pack build directly in the project, but an error was reported. How can I handle this problem?
Fatal: error in validating input
Error: failed to execute `wasm-opt`: exited with exit code: 1
full command: "/Users/asins/Library/Caches/.wasm-pack/wasm-opt-a528729925722b63/wasm-opt" "/Users/asins/Work/wasm-lib-wishlist/pkg/wasm_lib_wishlist_bg.wasm" "-o" "/Users/asins/Work/wasm-lib-wishlist/pkg/wasm_lib_wishlist_bg.wasm-opt.wasm" "-O"
To disable `wasm-opt`, add `wasm-opt = false` to your package metadata in your `Cargo.toml`.
The text was updated successfully, but these errors were encountered:
I executed
wasm-pack build
directly in the project, but an error was reported. How can I handle this problem?The text was updated successfully, but these errors were encountered: