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