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
bash-3.2$ wasm-pack test --chrome --firefox --headless -- --features disable-wasm-bindings
error: Found argument 'disable-wasm-bindings' which wasn't expected, or isn't valid in this context
USAGE:
wasm-pack test --chrome --firefox --headless
For more information try --help
bash-3.2$
The text was updated successfully, but these errors were encountered:
💡 Feature description
wasm-pack 0.6 supports additional cargo arguments, but for the
build
only, nottest
.💻 Basic example
I can do:
But I can't do:
The text was updated successfully, but these errors were encountered: