You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting this issue. This issue is now obsolete due to changes in the recent releases. Please update to the most recent Angular CLI version.
If the problem persists after upgrading, please open a new issue, provide a simple repository reproducing the problem, and describe the difference between the expected and current behavior.
Command
build
Description
Implement WASM import support in esbuild-based browser application builder.
Describe the solution you'd like
Allow WASM files to be used within a static import statement.
Describe alternatives you've considered
WASM files can currently be used by leveraging existing Web APIs as explained here: https://developer.mozilla.org/en-US/docs/WebAssembly/Loading_and_running
The text was updated successfully, but these errors were encountered: