Skip to content

Commit

Permalink
add multi_memory to WasmFeatures in index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
zoren authored Oct 25, 2024
1 parent fa359fe commit 74b0db2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ interface WasmFeatures { // see: https://github.com/WebAssembly/wabt/blob/main/s
extended_const?: boolean;
/** Relaxed SIMD. */
relaxed_simd?: boolean;
/** Multi memory. */
multi_memory?: boolean;
}

/** Options modifying the behavior of `readWasm`. */
Expand Down

0 comments on commit 74b0db2

Please sign in to comment.