wasefire icon indicating copy to clipboard operation
wasefire copied to clipboard

Migrate to the new C ABI of wasm32-unknown-unknown

Open ia0 opened this issue 7 months ago • 0 comments
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.

ia0 avatar Apr 11 '25 07:04 ia0