File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
proposals/esm-integration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ export {memoryExport} from "./b.wasm";
199
199
#### JS exports
200
200
| export type | value (not a ` WebAssembly.Global ` )* | global | memory | table | function |
201
201
| -| -------------------------------| --------| --------| -------| ----------|
202
- | | ` 0 ` if a const import and not in TDZ, otherwise ` Error ` | ` Error ` | ` Error ` | ` Error ` | snapshot if it is a function declaration, otherwise ` Error ` |
202
+ | | ` Error ` | ` Error ` | ` Error ` | ` Error ` | snapshot if it is a function declaration, otherwise ` Error ` |
203
203
204
204
#### wasm exports
205
205
| export type | global | memory | table | function |
@@ -241,7 +241,7 @@ export function functionExport() {
241
241
#### JS exports
242
242
| export type | value (not a WebAssembly.Global)* | global | memory | table | function |
243
243
| -| -------------------------------| --------| --------| -------| ----------|
244
- | | ` Error ` | snapshot | snapshot | snapshot | snapshot |
244
+ | | If the value is a Number or BigInt, it will be converted appropriately. Otherwise ` Error ` . | snapshot | snapshot | snapshot | snapshot |
245
245
246
246
1 . wasm module is parsed
247
247
1 . JS module is parsed
You can’t perform that action at this time.
0 commit comments