new EnableWasmLoadingPlugin(type): EnableWasmLoadingPluginAttributes
type:
<string>Returns:
<EnableWasmLoadingPlugin>Stores the wasm loading backend name that should be enabled for the compiler.
Attributes
type:
<string>apply(compiler): voidAttributes
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>type:
<string>Returns:
{void}
Verifies that a wasm loading type has been enabled before code generation attempts to use it.
Attributes
compiler:
<Compiler>type:
<string>Returns:
{void}
Marks a custom or built-in wasm loading type as enabled for the compiler without applying additional built-in behavior.