WebAssembly / esm-integration

ECMAScript module integration
https://webassembly.github.io/esm-integration/js-api/index.html#esm-integration
Other
377 stars 32 forks source link

Refactor parsing to use a byte sequence, bikeshed fixes #86

Closed guybedford closed 3 months ago

guybedford commented 3 months ago

This refactors the "parse a WebAssembly module" algorithm to take a byte sequence instead of an array buffer.

In addition, some bikeshed errors are resolved which should get the build passing.