czv/czv-wasm/examples/node-demo
2024-06-21 01:32:09 -04:00
..
README.md refactor: use options object for WASM function args, improve docs 2024-06-20 16:28:53 -04:00
sample.ts docs: fix czv-wasm node-demo 2024-06-21 01:32:09 -04:00

To run this example:

  1. Build the nodejs compatible bundle in the czv-wasm directory with wasm-pack build -t nodejs --release --out-name czv-ts.
  2. Run bunx tsx sample.ts (or npx, pnpx, etc.).