mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-01 19:26:03 -04:00
wasm fixes
This commit is contained in:
parent
a363bb0462
commit
e40975104e
10 changed files with 90 additions and 43 deletions
|
@ -1,3 +1,9 @@
|
|||
import 'dart:typed_data';
|
||||
|
||||
import 'veilid.dart';
|
||||
|
||||
Veilid getVeilid() => throw UnsupportedError('Cannot create Veilid object');
|
||||
Uint8List convertUint8ListFromJson(dynamic json) =>
|
||||
throw UnsupportedError('Cannot convertUint8ListFromJson');
|
||||
dynamic convertUint8ListToJson(Uint8List data) =>
|
||||
throw UnsupportedError('Cannot convertUint8ListToJson');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue