Open lidatong opened 2 years ago
zero-copy the SlabHeader and EventQueueHeader. this is actually quite gnarly and requires:
SlabHeader
EventQueueHeader
Rc<RefMut>
Queue
eventQueue.ts
zero-copy the
SlabHeader
andEventQueueHeader
. this is actually quite gnarly and requires:Rc<RefMut>
stuff (not sure if it's possible to pointer cast otherwise)Queue
eventQueue.ts
(for our Anchor JS client / integration tests)