File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -2129,13 +2129,6 @@ efficient compilation of permissive subtyping between components (including the
2129
2129
elimination of string operations on the labels of records and variants) as well
2130
2130
as post-MVP [ adapter functions] .
2131
2131
2132
- By clearing ` may_enter ` for the duration of calls to imports, the ` may_enter `
2133
- guard in ` canon_lift ` ensures that components cannot be externally reentered,
2134
- which is part of the [ component invariants] . Because ` may_enter ` is not cleared
2135
- on the exceptional exit path taken by ` trap() ` , if there is a trap during Core
2136
- WebAssembly execution of lifting or lowering, the component is left permanently
2137
- un-enterable, ensuring the lockdown-after-trap [ component invariant] .
2138
-
2139
2132
### ` canon resource.new `
2140
2133
2141
2134
For a canonical definition:
You can’t perform that action at this time.
0 commit comments