Enables synchronous WebAssembly chunk loading that fetches .wasm files and
compiles them in browser-like environments.
new FetchCompileWasmPlugin(options?): FetchCompileWasmPluginAttributes
options:
<FetchCompileWasmPluginOptions>options
Returns:
<FetchCompileWasmPlugin>Stores options that affect generated synchronous WebAssembly runtime code.
Attributes
options:
<FetchCompileWasmPluginOptions>apply(compiler): voidAttributes
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