Skip to content

Commit

Permalink
reorder to match wabt/src/wabt.post.js ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
zoren committed Dec 8, 2024
1 parent c1afbe1 commit 76dd3c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ interface WasmFeatures { // see: https://github.com/WebAssembly/wabt/blob/main/s
gc?: boolean;
/** 64-bit memory */
memory64?: boolean;
/** Multi-memory. */
multi_memory?: boolean;
/** Extended constant expressions. */
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 76dd3c4

Please sign in to comment.