veilid/veilid-wasm
Christien Rioux 960a4cb964 Revert "version bump fix"
This reverts commit 2d291b86b64542845bc10c092e8ad6a78e8b85df.
2023-09-16 16:51:59 -04:00
..
2023-09-12 08:06:49 -04:00
2023-09-04 22:13:58 -04:00
2022-02-06 21:18:42 -05:00
2023-09-16 16:51:59 -04:00
2023-07-19 12:48:44 -04:00
2023-09-04 22:13:58 -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.