wabt icon indicating copy to clipboard operation
wabt copied to clipboard

Typed funcref support should include nullable references

Open takikawa opened this issue 3 years ago • 0 comments

Non-null references are opcode -0x15 and are supported already in wabt. Nullable references (opcode -0x14) should also be supported.

https://github.com/WebAssembly/function-references/blob/main/proposals/function-references/Overview.md#binary-format

takikawa avatar Apr 01 '22 18:04 takikawa