mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-09-10 00:58:59 +00:00

* chore: create web folder * fix: support lib-dispatch and notification compiling to wasm * refactor: wasm * refactor: call async evnet * chore: add web ci * ci: fix * ci: fix * ci: fix --------- Co-authored-by: nathan <nathan@appflowy.io>
11 lines
164 B
Rust
11 lines
164 B
Rust
pub use async_trait;
|
|
pub mod box_any;
|
|
|
|
#[cfg(not(target_arch = "wasm32"))]
|
|
pub mod file_util;
|
|
|
|
pub mod future;
|
|
pub mod ref_map;
|
|
pub mod util;
|
|
pub mod validator_fn;
|