Closed Vexcited closed 4 months ago
For now, we only build for Node.js using wasm-pack.
We could do two builds and find a way to merge both results.
wasm-pack build -t nodejs -d pkg-node wasm-pack build -t browser -d pkg
Resolved in https://github.com/LiterateInk/Pawnote/commit/91f72d2b36aa7dbd63155711756ce4260bf7a3e6
For now, we only build for Node.js using wasm-pack.
We could do two builds and find a way to merge both results.