Always use wee_alloc for wasm

This commit is contained in:
Andras Schmelczer 2025-07-12 21:59:18 +01:00
parent e02410ba91
commit 61bea53b7c
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
5 changed files with 6 additions and 12 deletions

View file

@ -25,7 +25,7 @@ fi
echo "Bumping versions"
cargo set-version --bump $1
wasm-pack build --target web --features wasm,wee_alloc
wasm-pack build --target web --features wasm
cd reconcile-js
npm version $1