mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-11-29 07:26:36 -05:00
| .. | ||
| .cargo | ||
| src | ||
| tests | ||
| .gitignore | ||
| Cargo.toml | ||
| LICENSE.md | ||
| README.md | ||
| wasm-sourcemap.py | ||
| wasm_build.sh | ||
| wasm_test.sh | ||
veilid-wasm
Notes
wasm_bindgenis used to generate interop code between JavaScript and Rust, as well as basic TypeScript types.tsifyis used to export TypeScript types along-sidewasm_bindgenandserde_wasm_bindgen, and enables serialization/deserialization.