veilid/veilid-wasm
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
..
2023-07-03 15:10:28 -04:00
2022-02-06 21:18:42 -05:00
2023-07-19 12:48:44 -04:00
2022-03-15 09:33:34 -04:00

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.