mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +00:00
Adding support for windows requires the code generations to add a compiler statement to completely ignore GRPC code generation on windows Cleanup the project to use the main Package.swift to run tests instead of having it separate and includes the imports for GRPC within it. Adds windows swift ci
13 lines
No EOL
184 B
Text
13 lines
No EOL
184 B
Text
struct BytesCount {
|
|
x: int64;
|
|
}
|
|
|
|
table InternalMessage {
|
|
str: string;
|
|
}
|
|
|
|
table Message {
|
|
id: int64;
|
|
position: BytesCount (required);
|
|
pointer: InternalMessage (required);
|
|
} |