Skip to content

Commit 74b0db2

Browse files
authored
add multi_memory to WasmFeatures in index.d.ts
1 parent fa359fe commit 74b0db2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ interface WasmFeatures { // see: https://github.com/WebAssembly/wabt/blob/main/s
3434
extended_const?: boolean;
3535
/** Relaxed SIMD. */
3636
relaxed_simd?: boolean;
37+
/** Multi memory. */
38+
multi_memory?: boolean;
3739
}
3840

3941
/** Options modifying the behavior of `readWasm`. */

0 commit comments

Comments
 (0)