webassemblyjs
webassemblyjs copied to clipboard
chore: migrate to use es6 module syntax
the code uses a mix of commonjs and es6 module syntax. It should be migrated to es6 throughout.
This was before refactoring the repo to a monorepo. We need to remove the circular dependencies first (otherwise ESM won't work).