webassemblyjs
webassemblyjs copied to clipboard
Wrong types in JS API
Some types are incorrect, for example WebAssembly.compile accepts only ArrayBuffer, but it should accept BufferSource instead
Yes, we have a few inconsistencies. The switch to the Web IDL spec also introduced more of them.