xtuc / webassemblyjs

Toolchain for WebAssembly
https://webassembly.js.org
MIT License
779 stars 90 forks source link

support for reference types #1146

Open bakkot opened 8 months ago

bakkot commented 8 months ago

The references types proposal landed a couple years ago: https://github.com/WebAssembly/spec/pull/1287

and requires some changes here, for example support for the externref value type.