Interface WebAssemblyProvider
public interface WebAssemblyProvider
- Author:
- Bruno Salmon
-
Method Summary
Modifier and TypeMethodDescriptionbooleandefault 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)
-