You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The struct Channel and struct Child wrap over the Microkit concept which is just an integer, which makes sense.
Can we make the index: usize field public for the case where the PD is written in Rust but is calling into a C-based library that just expects an integer?
The text was updated successfully, but these errors were encountered:
The
struct Channel
andstruct Child
wrap over the Microkit concept which is just an integer, which makes sense.Can we make the
index: usize
field public for the case where the PD is written in Rust but is calling into a C-based library that just expects an integer?The text was updated successfully, but these errors were encountered: