oden/oden-js-sys
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
..
quickjs [oden-js-sys] Add functions to get more information of modules 2023-06-19 12:51:35 -07:00
src [oden-js] Fix cross-platform conversions 2023-08-19 07:38:15 -07:00
build.rs [oden] Grab my incomplete QuickJS wrapper 2023-06-18 06:31:37 -07:00
Cargo.lock [oden] Grab my incomplete QuickJS wrapper 2023-06-18 06:31:37 -07:00
Cargo.toml [oden] Grab my incomplete QuickJS wrapper 2023-06-18 06:31:37 -07:00
static-functions.c [oden] Native Modules 2023-06-21 06:19:14 -07:00
wrapper.h [oden] Grab my incomplete QuickJS wrapper 2023-06-18 06:31:37 -07:00