Kilu.He 79c912219d
feat: appflowy_web build (#4302)
* 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>
2024-01-06 11:50:05 +08:00

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;