veilid/veilid-wasm/README.md
Brandon Vandegrift 779532b624 Add new VeilidTable and VeilidClient to WASM API
These new interfaces have been reworked (compared to the original API) to emit (mostly) proper TypeScript types.
2023-09-03 23:27:08 -04:00

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-side wasm_bindgen and serde_wasm_bindgen, and enables serialization/deserialization.