Validates and enables named wasm loading backends by applying the plugin implementations that provide their runtime support.
new EnableWasmLoadingPlugin(type): EnableWasmLoadingPluginAttributes
type:
stringlibrary type that should be available
Returns:
EnableWasmLoadingPluginStores the wasm loading backend name that should be enabled for the compiler.
Attributes
type:
stringapply(compiler): voidAttributes
Enables the requested wasm loading backend once and applies the environment-specific plugins that provide its parser, generator, and runtime support.
Attributes
Verifies that a wasm loading type has been enabled before code generation attempts to use it.
Attributes
Marks a custom or built-in wasm loading type as enabled for the compiler without applying additional built-in behavior.