File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ Notes:
102
102
```
103
103
core:alias ::= sort:<core:sort> target:<core:aliastarget> => (core alias target (sort))
104
104
core:aliastarget ::= 0x00 i:<core:instanceidx> n:<name> => export i n
105
+ | 0x01 ct:<u32> idx:<u32> => outer ct idx
105
106
106
107
alias ::= sort:<sort> target:<aliastarget> => (alias target (sort))
107
108
aliastarget ::= 0x00 i:<instanceidx> n:<name> => export i n
@@ -115,8 +116,10 @@ Notes:
115
116
of enclosing components and ` i ` is validated to be a valid
116
117
index in the ` sort ` index space of the ` i ` th enclosing component (counting
117
118
outward, starting with ` 0 ` referring to the current component).
118
- * For ` outer ` aliases, validation restricts the ` sort ` of the ` aliastarget `
119
- to one of ` type ` , ` module ` or ` component ` .
119
+ * For ` outer ` aliases of ` core:aliastarget ` , validation restricts the ` sort ` to
120
+ ` type ` .
121
+ * For ` outer ` aliases of ` aliastarget ` , validation restricts the ` sort ` to one
122
+ of ` type ` , ` module ` or ` component ` .
120
123
121
124
122
125
## Type Definitions
You can’t perform that action at this time.
0 commit comments