mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-14 09:26:07 -04:00
fix wasm build, remove from native veilid-flutter rust
This commit is contained in:
parent
243c53606e
commit
736e7a0cb0
5 changed files with 4 additions and 62 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue