remove happy-dom
try to fix some issues with tests
add wasm-pack as devDependency
update versions
This commit is contained in:
Elijah Morgan 2025-01-06 18:47:08 -05:00
parent d51ca2150c
commit ad9d372e9c
6 changed files with 887 additions and 2112 deletions

View file

@ -8,5 +8,5 @@ if [ "$TARGET" = "web" ]; then
FEATURE="web"
fi
wasm-pack build --no-pack --target $TARGET --no-default-features --features $FEATURE
npx wasm-pack build --no-pack --target $TARGET --no-default-features --features $FEATURE
cp package.json pkg/package.json