LiterateInk / Pawnote

A purrfect API wrapper for PRONOTE.
https://docs.literate.ink/pawnote
GNU General Public License v3.0
55 stars 12 forks source link

Support platforms outside of Node.js #49

Closed Vexcited closed 4 months ago

Vexcited commented 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
Vexcited commented 4 months ago

Resolved in https://github.com/LiterateInk/Pawnote/commit/91f72d2b36aa7dbd63155711756ce4260bf7a3e6