oden/oden-js-sys/src
John Doty 6200ed31b6 [oden-js] Fix cross-platform conversions
Lots of places were assuming that bool and c int were interchangeable,
but of course on windows a c int is 32 bits and that confused
everybody. Tighten up the definitions in static-functions, which
causes us to fix boolean conversion. Also add tests for boolean
conversion, and also add better debug formatting of JS values.
2023-08-19 07:38:15 -07:00
..
lib.rs [oden-js] Fix cross-platform conversions 2023-08-19 07:38:15 -07:00
static-functions.rs [oden-js] Fix cross-platform conversions 2023-08-19 07:38:15 -07:00