demikernel icon indicating copy to clipboard operation
demikernel copied to clipboard

[test] Test Sizes of C API

Open ppenna opened this issue 9 months ago • 0 comments

Context

As we do for our Rust API, we should test sizes for our C API.

This will help us to catch bugs that happen cross language boundaries.

Related Code

https://github.com/microsoft/demikernel/blob/ffaf885b178b675ad3cff83821485de3c960e31c/src/rust/runtime/types/ops.rs#L64-L113

https://github.com/microsoft/demikernel/blob/ffaf885b178b675ad3cff83821485de3c960e31c/src/rust/runtime/types/memory.rs#L52-L87

ppenna avatar May 15 '24 17:05 ppenna