We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With node 22 adding experimental support for require-ing es modules, there's one less reason to have both a cjs and an esm build.
require
Additionally, we will start supporting other wasm build variants soon (wasm, wasm compat, asm). With cjs and esm there would be 6 variants to support.
Creating this issue to track the decision, and the removal of cjs builds if that's decided on.
The text was updated successfully, but these errors were encountered:
Related: #164
Sorry, something went wrong.
The cjs build has been removed in v0.28.0.
No branches or pull requests
With node 22 adding experimental support for
require
-ing es modules, there's one less reason to have both a cjs and an esm build.Additionally, we will start supporting other wasm build variants soon (wasm, wasm compat, asm). With cjs and esm there would be 6 variants to support.
Creating this issue to track the decision, and the removal of cjs builds if that's decided on.
The text was updated successfully, but these errors were encountered: