General Upgrade, NEW: WebServers, Better Docs
Some checks failed
CI / checks (push) Failing after 4m21s
Some checks failed
CI / checks (push) Failing after 4m21s
This commit is contained in:
parent
5f11d476b6
commit
1c3139e5a7
122 changed files with 10199 additions and 5179 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