wasefire
wasefire copied to clipboard
Migrate to the new C ABI of wasm32-unknown-unknown
trafficstars
See https://blog.rust-lang.org/2025/04/04/c-abi-changes-for-wasm32-unknown-unknown.html for context.
We need to only pass scalars. We can still provide an inline wrapper to convert from indirect to direct style, so that the prelude doesn't need to change.