WrenJson is a small C library intended to plug into a Wren-based project. The repository keeps the build and integration surface minimal so the project stays easy to maintain.
src/: public C API and implementationwren_vm_test/: host-side smoke test entry pointtests/: future automated tests.github/workflows/: CI configuration
xmakeTo build the VM smoke test explicitly:
xmake build wren_vm_test- Public headers live in
src/and are exported through the build script. - Generated files and build outputs are ignored by default.