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>
This commit is contained in:
Kilu.He
2024-01-06 11:50:05 +08:00
committed by GitHub
parent 89370b4a55
commit 79c912219d
49 changed files with 4801 additions and 123 deletions

View File

@ -1,7 +1,8 @@
use flowy_derive::ProtoBuf;
use serde::Serialize;
use std::{fmt, fmt::Formatter};
#[derive(Debug, Clone, ProtoBuf, serde::Serialize)]
#[derive(Debug, Clone, ProtoBuf, Serialize)]
pub struct SubscribeObject {
#[pb(index = 1)]
pub source: String,