What
#422 (re-)introduced the need to use a nightly compiler for our Python guest. Make this use the stable compiler again.
Why
Similar to #19:
- Not having to worry about a 2nd compiler version is nice.
- Some of our unstable flags might break during upgrades
How
The following things have to work on stable first:
What
#422 (re-)introduced the need to use a nightly compiler for our Python guest. Make this use the stable compiler again.
Why
Similar to #19:
How
The following things have to work on stable first:
build-std: required because the std lib shipped with rust isn't built with-Crelocation-model=pic, which we need for linking shared librariesdefault-visibility: required to drastically shrink the size of the resulting WASM binary, also see applydefault-visibility=hiddento runtime crate bytecodealliance/componentize-py#209