Interface WebAssemblyProvider
public interface WebAssemblyProvider
- Author:
- Bruno Salmon
-
Method Summary
Modifier and TypeMethodDescriptionboolean
default Future<WebAssemblyInstance>
loadAndInstantiate
(String webAssemblyUrl, WebAssemblyImport... imports) loadModule
(String url)
-
Method Details
-
isSupported
boolean isSupported() -
loadModule
-
loadAndInstantiate
default Future<WebAssemblyInstance> loadAndInstantiate(String webAssemblyUrl, WebAssemblyImport... imports)
-