On this page

new EnableWasmLoadingPlugin(type): EnableWasmLoadingPlugin
Attributes

Stores the wasm loading backend name that should be enabled for the compiler.

Attributes
apply(compiler): void
Attributes
compiler:<Compiler>
Returns:
{void}

Enables the requested wasm loading backend once and applies the environment-specific plugins that provide its parser, generator, and runtime support.


Attributes
compiler:<Compiler>
Returns:
{void}

Verifies that a wasm loading type has been enabled before code generation attempts to use it.


Attributes
compiler:<Compiler>
Returns:
{void}

Marks a custom or built-in wasm loading type as enabled for the compiler without applying additional built-in behavior.