WebAssembly / gc

Branch of the spec repo scoped to discussion of GC integration in WebAssembly
https://webassembly.github.io/gc/
Other
982 stars 70 forks source link

[js-api] Throw LinkError consistently #521

Closed rossberg closed 6 months ago

rossberg commented 6 months ago

The read-the-imports function delegates some cases to ToWebAssemblyValue, which can throw TypeError. But it is expected that all link-time errors produce LinkError. (cf. #498)