WASM work

This commit is contained in:
John Smith
2022-03-15 09:33:34 -04:00
parent 031c998cfc
commit ca85b555aa
25 changed files with 672 additions and 395 deletions

View File

@@ -20,7 +20,7 @@ class VeilidJS implements Veilid {
}
@override
Future<void> changeApiLogLevel(VeilidConfigLogLevel logLevel) {
Future<void> changeLogLevel(VeilidConfigLogLevel logLevel) {
throw UnimplementedError();
}