General Upgrade, NEW: WebServers, Better Docs
Some checks failed
CI / checks (push) Failing after 1m54s
Some checks failed
CI / checks (push) Failing after 1m54s
This commit is contained in:
parent
5f11d476b6
commit
5f98d261ac
119 changed files with 10029 additions and 4881 deletions
|
|
@ -35,10 +35,13 @@ jobs:
|
|||
pnpm install --frozen-lockfile
|
||||
pnpm run dup
|
||||
|
||||
RUSTFLAGS="--cfg web_sys_unstable_apis" wasm-pack test --node wasm
|
||||
RUSTFLAGS="--cfg web_sys_unstable_apis" wasm-pack build wasm --target web
|
||||
RUSTFLAGS="--cfg web_sys_unstable_apis" pnpm run build
|
||||
pnpm --filter mtp-web-client run build
|
||||
|
||||
node test/e2ee.mjs
|
||||
|
||||
(
|
||||
cd example
|
||||
export MTP_TYPE_MAPS="$PWD/type-maps.yaml"
|
||||
|
|
|
|||
Loading…
Reference in a new issue