We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa359fe commit 74b0db2Copy full SHA for 74b0db2
index.d.ts
@@ -34,6 +34,8 @@ interface WasmFeatures { // see: https://github.com/WebAssembly/wabt/blob/main/s
34
extended_const?: boolean;
35
/** Relaxed SIMD. */
36
relaxed_simd?: boolean;
37
+ /** Multi memory. */
38
+ multi_memory?: boolean;
39
}
40
41
/** Options modifying the behavior of `readWasm`. */
0 commit comments