mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
779532b624
These new interfaces have been reworked (compared to the original API) to emit (mostly) proper TypeScript types.
458 B
458 B
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.