bytecodealliance / componentize-py

Apache License 2.0
158 stars 19 forks source link

Update to latest WASI-SDK and the new `wasm32-wasip2` target #113

Open dicej opened 1 month ago

dicej commented 1 month ago

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.