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
Hmm, as far as I can tell from https://webidl.spec.whatwg.org/#create-an-interface-object , the first two should be equivalent (ORA returns <WebAssembly.Global, [GlobalDescriptor { ... }, "missing"]>), but neither Chrome nor Firefox appears to implement that.
Please confirm if the intended behavior for reference-typed WebAssembly.Global is the following:
new WebAssembly.Global({ "value": "anyfunc", "mutable": true}).value == null
new WebAssembly.Global({ "value": "anyfunc", "mutable": true}, undefined)
throws TypeErrornew WebAssembly.Global({ "value": "externref", "mutable": true}).value == undefined
and the omitted/
undefined
value behaves the same fortable.new
,table.set
,table.grow
.The text was updated successfully, but these errors were encountered: