bun_io 0.1.0

A Rust-native programmable browser runtime built on Servo and SpiderMonkey
1
2
3
4
5
6
7
bun_opaque::opaque_ffi! {
    pub struct Loop;
    pub struct KeepAlive;
    pub struct FilePoll;
}

// ported from: src/aio/stub_event_loop.zig