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
Now that Rust supports the wasm32-wasip2 target, we should be able to stop using my fork of WASI-SDK and instead use the latest upstream release. Also, IIRC, Rust builds with -fPIC by default for wasm32-wasip2, so we might be able to stop using the -Z build-std flag to rustc and drop the dependency on nightly.
The text was updated successfully, but these errors were encountered:
Now that Rust supports the
wasm32-wasip2
target, we should be able to stop using my fork of WASI-SDK and instead use the latest upstream release. Also, IIRC, Rust builds with-fPIC
by default forwasm32-wasip2
, so we might be able to stop using the-Z build-std
flag torustc
and drop the dependency on nightly.The text was updated successfully, but these errors were encountered: