Skip to content

Commit 76dd3c4

Browse files
committed
reorder to match wabt/src/wabt.post.js ordering
1 parent c1afbe1 commit 76dd3c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ interface WasmFeatures { // see: https://github.com/WebAssembly/wabt/blob/main/s
3030
gc?: boolean;
3131
/** 64-bit memory */
3232
memory64?: boolean;
33+
/** Multi-memory. */
34+
multi_memory?: boolean;
3335
/** Extended constant expressions. */
3436
extended_const?: boolean;
3537
/** Relaxed SIMD. */
3638
relaxed_simd?: boolean;
37-
/** Multi memory. */
38-
multi_memory?: boolean;
3939
}
4040

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

0 commit comments

Comments
 (0)