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
As @rossberg mentioned in #314 (comment), we should spec that the host cannot create WasmGC data that could not have been created in Wasm. This includes structures with cycles of immutable non-nullable references and also non-null references to bottom types.
The text was updated successfully, but these errors were encountered:
As @rossberg mentioned in #314 (comment), we should spec that the host cannot create WasmGC data that could not have been created in Wasm. This includes structures with cycles of
immutablenon-nullable references and also non-null references to bottom types.The text was updated successfully, but these errors were encountered: