mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-02-04 08:55:37 -05:00
fa13f95a10
- Security fix for WS denial of service - Support for latest Rust 1.72
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.