You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After this step we move our custom WASI implementation into a separate subcrate which itself compiles to WASM, and both imports and exports all WASI interfaces, as well as the host functions defined in #1224.
This subcrate must be compiled to WASM and the resulting WASM must be embed into the component service, and it must compose every component with it automatically similar to plugins.
A new flag must be introduced so we know if an old component was not composed with durability yet - and then we can apply the transformation first time it gets downloaded as a migration strategy.
The text was updated successfully, but these errors were encountered:
After this step we move our custom WASI implementation into a separate subcrate which itself compiles to WASM, and both imports and exports all WASI interfaces, as well as the host functions defined in #1224.
This subcrate must be compiled to WASM and the resulting WASM must be embed into the component service, and it must compose every component with it automatically similar to plugins.
A new flag must be introduced so we know if an old component was not composed with durability yet - and then we can apply the transformation first time it gets downloaded as a migration strategy.
The text was updated successfully, but these errors were encountered: