Stream: general

Topic: Transform a wasi::command to WASI preview 1?


view this post on Zulip Kyle Gray (Mar 07 2024 at 17:48):

Is it possible to wrap a component that implements that command world from preview 2 back to preview 1?

view this post on Zulip Alex Crichton (Mar 07 2024 at 17:48):

Not currently, no

view this post on Zulip Joel Dice (Mar 07 2024 at 18:30):

I believe @Marcin Kolny is working on such a thing.

view this post on Zulip Marcin Kolny (Mar 07 2024 at 18:38):

Yes, sort of. I'm working on a preview2 canonical ABI to preview1 adapter. But (at least for now) it will only work with core modules

view this post on Zulip Ralph (Mar 07 2024 at 18:45):

to restate, you have it working from preview2 to core modules? or something else?

view this post on Zulip Marcin Kolny (Mar 07 2024 at 19:02):

Yes, but it only works with core modules (i.e. core module with preview 2 ABI -> core module with preview1 ABI)


Last updated: Nov 22 2024 at 16:03 UTC