On this page

Enables synchronous WebAssembly chunk loading that fetches .wasm files and compiles them in browser-like environments.

new FetchCompileWasmPlugin(options?): FetchCompileWasmPlugin
Attributes

Stores options that affect generated synchronous WebAssembly runtime code.

Attributes
apply(compiler): void
Attributes
compiler:Compiler
the compiler instance
Returns:void

Registers compilation hooks that attach the fetch-based synchronous wasm runtime module to chunks containing sync WebAssembly modules.

Attributes
mangleImports:boolean
mangle imports