Skip to content

Commit 1e71208

Browse files
committed
update link
1 parent 76dd3c4 commit 1e71208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** Post-MVP WebAssembly features to legalize. */
2-
interface WasmFeatures { // see: https://github.com/WebAssembly/wabt/blob/main/src/feature.def#L25-L35
2+
interface WasmFeatures { // see: https://github.com/WebAssembly/wabt/blob/main/include/wabt/feature.def#L25
33
/** Experimental exception handling. */
44
exceptions?: boolean;
55
/** Import/export mutable globals. */

0 commit comments

Comments
 (0)