Skip to content

Baptistegrn/WrenJSON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WrenJson

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.

Layout

  • src/: public C API and implementation
  • wren_vm_test/: host-side smoke test entry point
  • tests/: future automated tests
  • .github/workflows/: CI configuration

Build

xmake

To build the VM smoke test explicitly:

xmake build wren_vm_test

Notes

  • Public headers live in src/ and are exported through the build script.
  • Generated files and build outputs are ignored by default.

About

A Json parser in Wren for games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors