Commit graph

5 commits

Author SHA1 Message Date
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
c574fd8cb8 [oden] Native Modules 2023-06-21 06:19:14 -07:00
8d7dd789ed [oden] JavaScript, god help me 2023-06-19 13:46:09 -07:00
16e6f1304c [oden-js] Get module exports 2023-06-19 13:24:35 -07:00
898b1fe129 [oden] Grab my incomplete QuickJS wrapper 2023-06-18 06:31:37 -07:00