|
28 | 28 | "level": 2, |
29 | 29 | "title": "Table of Contents" |
30 | 30 | }, |
| 31 | + { |
| 32 | + "id": "intro", |
| 33 | + "href": "https://webassembly.github.io/esm-integration/js-api/#intro", |
| 34 | + "level": 2, |
| 35 | + "title": "Introduction", |
| 36 | + "number": "1" |
| 37 | + }, |
31 | 38 | { |
32 | 39 | "id": "sample", |
33 | 40 | "href": "https://webassembly.github.io/esm-integration/js-api/#sample", |
34 | 41 | "level": 2, |
35 | 42 | "title": "Sample API Usage", |
36 | | - "number": "1" |
| 43 | + "number": "2" |
37 | 44 | }, |
38 | 45 | { |
39 | 46 | "id": "notation", |
40 | 47 | "href": "https://webassembly.github.io/esm-integration/js-api/#notation", |
41 | 48 | "level": 2, |
42 | 49 | "title": "Notation", |
43 | | - "number": "2" |
| 50 | + "number": "3" |
44 | 51 | }, |
45 | 52 | { |
46 | 53 | "id": "webassembly-storage", |
47 | 54 | "href": "https://webassembly.github.io/esm-integration/js-api/#webassembly-storage", |
48 | 55 | "level": 2, |
49 | 56 | "title": "Internal storage", |
50 | | - "number": "3" |
| 57 | + "number": "4" |
51 | 58 | }, |
52 | 59 | { |
53 | 60 | "id": "store", |
54 | 61 | "href": "https://webassembly.github.io/esm-integration/js-api/#store", |
55 | 62 | "level": 3, |
56 | 63 | "title": "Interaction of the WebAssembly Store with JavaScript", |
57 | | - "number": "3.1" |
| 64 | + "number": "4.1" |
58 | 65 | }, |
59 | 66 | { |
60 | 67 | "id": "object-caches", |
61 | 68 | "href": "https://webassembly.github.io/esm-integration/js-api/#object-caches", |
62 | 69 | "level": 3, |
63 | 70 | "title": "WebAssembly JS Object Caches", |
64 | | - "number": "3.2" |
| 71 | + "number": "4.2" |
65 | 72 | }, |
66 | 73 | { |
67 | 74 | "id": "webassembly-namespace", |
68 | 75 | "href": "https://webassembly.github.io/esm-integration/js-api/#webassembly-namespace", |
69 | 76 | "level": 2, |
70 | 77 | "title": "The WebAssembly Namespace", |
71 | | - "number": "4" |
| 78 | + "number": "5" |
72 | 79 | }, |
73 | 80 | { |
74 | 81 | "id": "modules", |
75 | 82 | "href": "https://webassembly.github.io/esm-integration/js-api/#modules", |
76 | 83 | "level": 3, |
77 | 84 | "title": "Modules", |
78 | | - "number": "4.1" |
| 85 | + "number": "5.1" |
79 | 86 | }, |
80 | 87 | { |
81 | 88 | "id": "instances", |
82 | 89 | "href": "https://webassembly.github.io/esm-integration/js-api/#instances", |
83 | 90 | "level": 3, |
84 | 91 | "title": "Instances", |
85 | | - "number": "4.2" |
| 92 | + "number": "5.2" |
86 | 93 | }, |
87 | 94 | { |
88 | 95 | "id": "memories", |
89 | 96 | "href": "https://webassembly.github.io/esm-integration/js-api/#memories", |
90 | 97 | "level": 3, |
91 | 98 | "title": "Memories", |
92 | | - "number": "4.3" |
| 99 | + "number": "5.3" |
93 | 100 | }, |
94 | 101 | { |
95 | 102 | "id": "tables", |
96 | 103 | "href": "https://webassembly.github.io/esm-integration/js-api/#tables", |
97 | 104 | "level": 3, |
98 | 105 | "title": "Tables", |
99 | | - "number": "4.4" |
| 106 | + "number": "5.4" |
100 | 107 | }, |
101 | 108 | { |
102 | 109 | "id": "globals", |
103 | 110 | "href": "https://webassembly.github.io/esm-integration/js-api/#globals", |
104 | 111 | "level": 3, |
105 | 112 | "title": "Globals", |
106 | | - "number": "4.5" |
| 113 | + "number": "5.5" |
107 | 114 | }, |
108 | 115 | { |
109 | 116 | "id": "exported-function-exotic-objects", |
110 | 117 | "href": "https://webassembly.github.io/esm-integration/js-api/#exported-function-exotic-objects", |
111 | 118 | "level": 3, |
112 | 119 | "title": "Exported Functions", |
113 | | - "number": "4.6" |
| 120 | + "number": "5.6" |
114 | 121 | }, |
115 | 122 | { |
116 | 123 | "id": "error-objects", |
117 | 124 | "href": "https://webassembly.github.io/esm-integration/js-api/#error-objects", |
118 | 125 | "level": 3, |
119 | 126 | "title": "Error Objects", |
120 | | - "number": "4.7" |
| 127 | + "number": "5.7" |
121 | 128 | }, |
122 | 129 | { |
123 | 130 | "id": "errors", |
124 | 131 | "href": "https://webassembly.github.io/esm-integration/js-api/#errors", |
125 | 132 | "level": 2, |
126 | 133 | "title": "Error Condition Mappings to JavaScript", |
127 | | - "number": "5" |
| 134 | + "number": "6" |
128 | 135 | }, |
129 | 136 | { |
130 | 137 | "id": "stack-overflow", |
131 | 138 | "href": "https://webassembly.github.io/esm-integration/js-api/#stack-overflow", |
132 | 139 | "level": 3, |
133 | 140 | "title": "Stack Overflow", |
134 | | - "number": "5.1" |
| 141 | + "number": "6.1" |
135 | 142 | }, |
136 | 143 | { |
137 | 144 | "id": "out-of-memory", |
138 | 145 | "href": "https://webassembly.github.io/esm-integration/js-api/#out-of-memory", |
139 | 146 | "level": 3, |
140 | 147 | "title": "Out of Memory", |
141 | | - "number": "5.2" |
| 148 | + "number": "6.2" |
142 | 149 | }, |
143 | 150 | { |
144 | 151 | "id": "limits", |
145 | 152 | "href": "https://webassembly.github.io/esm-integration/js-api/#limits", |
146 | 153 | "level": 2, |
147 | 154 | "title": "Implementation-defined Limits", |
148 | | - "number": "6" |
| 155 | + "number": "7" |
149 | 156 | }, |
150 | 157 | { |
151 | 158 | "id": "security-considerations", |
152 | 159 | "href": "https://webassembly.github.io/esm-integration/js-api/#security-considerations", |
153 | 160 | "level": 2, |
154 | 161 | "title": "Security and Privacy Considerations", |
155 | | - "number": "7" |
| 162 | + "number": "8" |
156 | 163 | }, |
157 | 164 | { |
158 | 165 | "id": "esm-integration", |
159 | 166 | "href": "https://webassembly.github.io/esm-integration/js-api/#esm-integration", |
160 | 167 | "level": 2, |
161 | 168 | "title": "Integration with ECMAScript modules", |
162 | | - "number": "8" |
| 169 | + "number": "9" |
163 | 170 | }, |
164 | 171 | { |
165 | 172 | "id": "get-exported-names", |
166 | 173 | "href": "https://webassembly.github.io/esm-integration/js-api/#get-exported-names", |
167 | 174 | "level": 3, |
168 | 175 | "title": "GetExportedNames ( exportStarSet ) Concrete Method", |
169 | | - "number": "8.1" |
| 176 | + "number": "9.1" |
170 | 177 | }, |
171 | 178 | { |
172 | 179 | "id": "resolve-export", |
173 | 180 | "href": "https://webassembly.github.io/esm-integration/js-api/#resolve-export", |
174 | 181 | "level": 3, |
175 | 182 | "title": "ResolveExport ( exportName, resolveSet ) Concrete Method", |
176 | | - "number": "8.2" |
| 183 | + "number": "9.2" |
177 | 184 | }, |
178 | 185 | { |
179 | 186 | "id": "module-declaration-environment-setup", |
180 | 187 | "href": "https://webassembly.github.io/esm-integration/js-api/#module-declaration-environment-setup", |
181 | 188 | "level": 3, |
182 | 189 | "title": "InitializeEnvironment ( ) Concrete Method", |
183 | | - "number": "8.3" |
| 190 | + "number": "9.3" |
184 | 191 | }, |
185 | 192 | { |
186 | 193 | "id": "module-execution", |
187 | 194 | "href": "https://webassembly.github.io/esm-integration/js-api/#module-execution", |
188 | 195 | "level": 3, |
189 | 196 | "title": "ExecuteModule ( [ promiseCapability ] ) Concrete Method", |
190 | | - "number": "8.4" |
191 | | - }, |
192 | | - { |
193 | | - "id": "get-module-source", |
194 | | - "href": "https://webassembly.github.io/esm-integration/js-api/#get-module-source", |
195 | | - "level": 3, |
196 | | - "title": "GetModuleSource ( ) Concrete Method", |
197 | | - "number": "8.5" |
| 197 | + "number": "9.4" |
198 | 198 | }, |
199 | 199 | { |
200 | 200 | "id": "hostgetmodulesourcename", |
201 | 201 | "href": "https://webassembly.github.io/esm-integration/js-api/#hostgetmodulesourcename", |
202 | 202 | "level": 3, |
203 | 203 | "title": "HostGetModuleSourceName", |
204 | | - "number": "8.6" |
| 204 | + "number": "9.5" |
| 205 | + }, |
| 206 | + { |
| 207 | + "id": "change-history", |
| 208 | + "href": "https://webassembly.github.io/esm-integration/js-api/#change-history", |
| 209 | + "level": 2, |
| 210 | + "title": "10. Change History" |
| 211 | + }, |
| 212 | + { |
| 213 | + "id": "release-20", |
| 214 | + "href": "https://webassembly.github.io/esm-integration/js-api/#release-20", |
| 215 | + "level": 3, |
| 216 | + "title": "Release 2.0", |
| 217 | + "number": "10.1" |
| 218 | + }, |
| 219 | + { |
| 220 | + "id": "changes-multivalue", |
| 221 | + "href": "https://webassembly.github.io/esm-integration/js-api/#changes-multivalue", |
| 222 | + "level": 4, |
| 223 | + "title": "Multiple Values" |
| 224 | + }, |
| 225 | + { |
| 226 | + "id": "changes-bigint", |
| 227 | + "href": "https://webassembly.github.io/esm-integration/js-api/#changes-bigint", |
| 228 | + "level": 4, |
| 229 | + "title": "BigInt Integration" |
| 230 | + }, |
| 231 | + { |
| 232 | + "id": "changes-reftypes", |
| 233 | + "href": "https://webassembly.github.io/esm-integration/js-api/#changes-reftypes", |
| 234 | + "level": 4, |
| 235 | + "title": "Reference types" |
205 | 236 | }, |
206 | 237 | { |
207 | 238 | "id": "w3c-conformance", |
|
0 commit comments