adding packages
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
abstract class WasmImpl {
|
||||
WasmImpl.fromAssets(String path);
|
||||
Future<bool> init();
|
||||
bool get isReady;
|
||||
Future function(String name);
|
||||
Future functionParam(String name, dynamic input);
|
||||
}
|
||||
Reference in New Issue
Block a user