mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-05-12 12:28:50 -05:00
9e46a099d0
This lets us simplify the parsing and add back a lot of type-safety (including int64). As a side-effect, we basically had to complete reqrite the record insert/update handling in the admin UI. Note, however, that this is a breaking change, since it touches serialization between WASM guests and host. Guest will need to be built against an updated guest runtime.