.wasm files which include a tag import (type 0x4) will fail to parse with an error something like this:
Module parse failed: Unknown import description type: 0x4
This is unfortunate as the tag section is used by the webassembly exception handling machinery which is used by wasm-bindgen to catch panics.
.wasmfiles which include a tag import (type0x4) will fail to parse with an error something like this:This is unfortunate as the tag section is used by the webassembly exception handling machinery which is used by
wasm-bindgento catch panics.