On this page

new EnableWasmLoadingPlugin(type): EnableWasmLoadingPlugin
Attributes
library type that should be available
Attributes
webpack.wasm.EnableWasmLoadingPlugin.apply(compiler): void
Attributes
compiler:<Compiler>
the compiler instance
Returns:
{void}

Apply the plugin


webpack.wasm.EnableWasmLoadingPlugin.checkEnabled(compiler, type): void
Attributes
compiler:<Compiler>
the compiler instance
type of library
Returns:
{void}

webpack.wasm.EnableWasmLoadingPlugin.setEnabled(compiler, type): void
Attributes
compiler:<Compiler>
the compiler instance
type of library
Returns:
{void}