Manos Koukoutos

Results 2 issues of Manos Koukoutos

It would be useful to be able to initialize structs with default fields even if there are immutable fields. In that case, the immutable fields would need to be provided...

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...