We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76dd3c4 commit 1e71208Copy full SHA for 1e71208
index.d.ts
@@ -1,5 +1,5 @@
1
/** Post-MVP WebAssembly features to legalize. */
2
-interface WasmFeatures { // see: https://github.com/WebAssembly/wabt/blob/main/src/feature.def#L25-L35
+interface WasmFeatures { // see: https://github.com/WebAssembly/wabt/blob/main/include/wabt/feature.def#L25
3
/** Experimental exception handling. */
4
exceptions?: boolean;
5
/** Import/export mutable globals. */
0 commit comments