fix wasm build, remove from native veilid-flutter rust

This commit is contained in:
John Smith 2022-03-15 10:02:20 -04:00
parent 243c53606e
commit 736e7a0cb0
5 changed files with 4 additions and 62 deletions

View file

@ -1,14 +1,6 @@
use cfg_if::*;
cfg_if! {
if #[cfg(not(target_arch = "wasm32"))] {
mod dart_ffi;
mod dart_isolate_wrapper;
mod dart_serialize;
} else {
//mod wasm;
}
}
mod dart_ffi;
mod dart_isolate_wrapper;
mod dart_serialize;
#[cfg(target_os = "android")]
use jni::{objects::JClass, objects::JObject, JNIEnv};