Uses of Class
dev.webfx.platform.webassembly.WebAssemblyImport
Packages that use WebAssemblyImport
-
Uses of WebAssemblyImport in dev.webfx.platform.webassembly
Methods in dev.webfx.platform.webassembly with parameters of type WebAssemblyImportModifier and TypeMethodDescriptionWebAssemblyModule.instantiate(WebAssemblyImport... imports) static Future<WebAssemblyInstance>WebAssembly.loadAndInstantiate(String webAssemblyUrl, WebAssemblyImport... imports) -
Uses of WebAssemblyImport in dev.webfx.platform.webassembly.spi
Methods in dev.webfx.platform.webassembly.spi with parameters of type WebAssemblyImportModifier and TypeMethodDescriptiondefault Future<WebAssemblyInstance>WebAssemblyProvider.loadAndInstantiate(String webAssemblyUrl, WebAssemblyImport... imports)