Stream: wit-bindgen

Topic: export adapters


view this post on Zulip Lann Martin (Nov 03 2022 at 19:54):

I see that wit-component now takes --adapt to adapt imports to the canonical ABI; is there some equivalent for exports?

view this post on Zulip Lann Martin (Nov 03 2022 at 19:57):

or - backing up to the actual problem - suggestions for adapting binaries with exports generated by older wit-bindgen to the canonical ABI?

view this post on Zulip Alex Crichton (Nov 03 2022 at 21:24):

Not currently, but this will be needed for the preview1 wasi _start function and the new start function's signature, so I think it's going to need to come about eventually

view this post on Zulip Alex Crichton (Nov 03 2022 at 21:24):

I'm hoping that the design constraints to get WASI working will help inform how to design this


Last updated: Oct 23 2024 at 20:03 UTC