flatbuffers/tests/swift
Renzo 292870612c
fix(flatbuffers): use manual impl Default for struct object types (#8947)
* fix(flatbuffers): use manual impl Default for struct object types

* fix: handle bool and float zero literals in struct object Default impl

* fix: regenerate all test bindings with generate_code.py

* fix: data type check on swift build

* fix: test large array on struct and enum
2026-03-06 11:20:32 -08:00
..
fuzzer [Swift] Moves VTs from enums to structs to prevent empty enum generation 2026-02-12 08:04:26 -10:00
Tests fix(flatbuffers): use manual impl Default for struct object types (#8947) 2026-03-06 11:20:32 -08:00
Wasm.tests Moves the internal stack to use a pointer stack instead of the native array for improved performance (#8891) 2026-02-12 19:42:21 +01:00