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
Re: #185 Users are confused by cargo build attempting to compile modules for their default native target and failing to statically link against the non-existent bindings-sys host functions. We should set Cargo’s default target to wasm32-unknown-unknown, so that cargo build works.
[build]
target = "wasm32-unknown-unknown"
The text was updated successfully, but these errors were encountered:
Re: #185 Users are confused by cargo build attempting to compile modules for their default native target and failing to statically link against the non-existent bindings-sys host functions. We should set Cargo’s default target to wasm32-unknown-unknown, so that cargo build works.
The text was updated successfully, but these errors were encountered: