feat add basic opfs support and tests

This commit is contained in:
Elijah Morgan 2025-01-01 10:30:55 -05:00
parent 1bc1f38737
commit 058ca89561
26 changed files with 5925 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
wasm-pack build --no-pack --target nodejs
wasm-pack build --no-pack --target web
cp package.json pkg/package.json