Skip to content

Commit f802a7f

Browse files
committed
Delete dead paragraph in CanonicalABI.md
1 parent 0f10205 commit f802a7f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

design/mvp/CanonicalABI.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2129,13 +2129,6 @@ efficient compilation of permissive subtyping between components (including the
21292129
elimination of string operations on the labels of records and variants) as well
21302130
as post-MVP [adapter functions].
21312131

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-
21392132
### `canon resource.new`
21402133

21412134
For a canonical definition:

0 commit comments

Comments
 (0)