mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-12-17 08:44:00 -05:00
| .. | ||
| src | ||
| .gitignore | ||
| eslint.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
Veilid WASM Example - Test Bench
This is an example application used as a test bench for veilid-wasm.
npm installto install dependencies.npm run build:wasmto build veilid-wasm so it can be used by the test bench.npm run devto start the development server.