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
This is only known to be a problem for Grain where a Hello World wasi preview1 module produces duplicate fd_write imports.
Duplicate imports are permitted in modules by the Wasm core spec but forbidden by the component model, which prevents these modules from being componentized.
While fixing Grain is probably independently a good idea, we don't necessarily control that timing and it wouldn't help for existing modules. A discussion of how to build dedupe tooling can be found in BA Zulip.
The text was updated successfully, but these errors were encountered:
@lann now that the grain template and language page have been updated to use --release, do we still want to keep this open? Untether from Spin 3.0 if so?
This is only known to be a problem for Grain where a Hello World wasi preview1 module produces duplicate
fd_write
imports.Duplicate imports are permitted in modules by the Wasm core spec but forbidden by the component model, which prevents these modules from being componentized.
Two plausible paths to fix this:
While fixing Grain is probably independently a good idea, we don't necessarily control that timing and it wouldn't help for existing modules. A discussion of how to build dedupe tooling can be found in BA Zulip.
The text was updated successfully, but these errors were encountered: