angular-cli icon indicating copy to clipboard operation
angular-cli copied to clipboard

Implement WASM import support in esbuild-based browser application builder

Open clydin opened this issue 2 years ago • 1 comments

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

clydin avatar Apr 28 '23 15:04 clydin

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.

clydin avatar Aug 27 '24 16:08 clydin