new AsyncWebAssemblyModulesPlugin(options): voidoptions{AsyncWebAssemblyModulesPluginOptions} options- Returns: {AsyncWebAssemblyModulesPlugin}
options{AsyncWebAssemblyModulesPluginOptions}
webpack.wasm.AsyncWebAssemblyModulesPlugin.apply(compiler): voidcompiler{Compiler} the compiler instance- Returns: {void}
Apply the plugin
webpack.wasm.AsyncWebAssemblyModulesPlugin.renderModule(module, renderContext, hooks): voidmodule{Module} the rendered modulerenderContext{WebAssemblyRenderContext} options objecthooks{CompilationHooksAsyncWebAssemblyModulesPlugin} hooks- Returns: {Source} the newly generated source from rendering
webpack.wasm.AsyncWebAssemblyModulesPlugin.getCompilationHooks(compilation): voidcompilation{Compilation} the compilation- Returns: {CompilationHooksAsyncWebAssemblyModulesPlugin} the attached hooks