Skip to content

resolve size_t issues #972

@lucasxia01

Description

@lucasxia01

We use size_t in way too many places. We should probably just use uint32_t or uint64_t by default and cast to size_t when needed. This leads to Mac build serialization issues as Charlie brought up in Slack, but it also led to issues in using msgpack for wasm as it didn't match size_t with any serializable type.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions