We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1afbe1 commit 76dd3c4Copy full SHA for 76dd3c4
index.d.ts
@@ -30,12 +30,12 @@ interface WasmFeatures { // see: https://github.com/WebAssembly/wabt/blob/main/s
30
gc?: boolean;
31
/** 64-bit memory */
32
memory64?: boolean;
33
+ /** Multi-memory. */
34
+ multi_memory?: boolean;
35
/** Extended constant expressions. */
36
extended_const?: boolean;
37
/** Relaxed SIMD. */
38
relaxed_simd?: boolean;
- /** Multi memory. */
- multi_memory?: boolean;
39
}
40
41
/** Options modifying the behavior of `readWasm`. */
0 commit comments