You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The multi_memory feature is not declared in the WasmFeatures interface in the index.d.ts file, nor is it declared anywhere in the documentation. This option does work and is specifiable.
Also, the https://github.com/WebAssembly/wabt/blob/main/src/feature.def link in index.d.ts should be replaced with https://github.com/WebAssembly/wabt/blob/main/include/wabt/feature.def.
The text was updated successfully, but these errors were encountered:
The
multi_memory
feature is not declared in theWasmFeatures
interface in the index.d.ts file, nor is it declared anywhere in the documentation. This option does work and is specifiable.Also, the
https://github.com/WebAssembly/wabt/blob/main/src/feature.def
link inindex.d.ts
should be replaced withhttps://github.com/WebAssembly/wabt/blob/main/include/wabt/feature.def
.The text was updated successfully, but these errors were encountered: