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
{{ message }}
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
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.
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.