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
Related to #5828.
The esm integration proposal for Webassembly is at stage 2 and appears to include a declarative API for importing .wasm files.
.wasm
Webpack has experimental support for this updated specification; as does Node 19.
Given this; I would like to request an opt-in feature for emscripten to use declarative loading rather than this locateFile and fetch logic which can cause headaches when trying to create builds that are isomorphic across node and browser environments.
locateFile
fetch
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Related to #5828.
The esm integration proposal for Webassembly is at stage 2 and appears to include a declarative API for importing
.wasm
files.Webpack has experimental support for this updated specification; as does Node 19.
Given this; I would like to request an opt-in feature for emscripten to use declarative loading rather than this
locateFile
andfetch
logic which can cause headaches when trying to create builds that are isomorphic across node and browser environments.The text was updated successfully, but these errors were encountered: