On this page

Enables asynchronous WebAssembly loading through fetch for environments that can instantiate fetched binaries at runtime.

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

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