angular-cli
angular-cli copied to clipboard
Implement WASM import support in esbuild-based browser application builder
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
Support within zoneless applications is now available when using 18.1 or newer. Please see the https://github.com/angular/angular-cli/pull/27973 for further details.