960a4cb964
This reverts commit 2d291b86b64542845bc10c092e8ad6a78e8b85df. |
||
---|---|---|
.. | ||
.cargo | ||
src | ||
tests | ||
.gitignore | ||
Cargo.toml | ||
LICENSE.md | ||
README.md | ||
wasm_build.sh | ||
wasm_test.sh | ||
wasm-sourcemap.py |
veilid-wasm
Notes
wasm_bindgen
is used to generate interop code between JavaScript and Rust, as well as basic TypeScript types.tsify
is used to export TypeScript types along-sidewasm_bindgen
andserde_wasm_bindgen
, and enables serialization/deserialization.