new AsyncWebAssemblyModulesPlugin(options): AsyncWebAssemblyModulesPluginAttributes
Returns:
<AsyncWebAssemblyModulesPlugin>Creates an instance of AsyncWebAssemblyModulesPlugin.
Attributes
apply(compiler): voidAttributes
compiler:
<Compiler>Returns:
{void}
Applies the plugin by registering its hooks on the compiler.
renderModule(module, renderContext, hooks): SourceAttributes
module:
<Module>renderContext:
{WebAssemblyRenderContext}
Returns:
<Source>Renders the newly generated source from rendering.
Attributes
compilation:
<Compilation>Returns the attached hooks.