bun_runtime 0.1.3

Bao runtime integration — JS engine + Bun API + event loop
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Node.js conformance suite (formerly explicit `[[test]]` targets under
//! tests/node_conformance/, now a submodule of the single-harness suite).

mod assert_conformance;
mod buffer_conformance;
mod crypto_conformance;
mod events_conformance;
mod fs_conformance;
mod http_conformance;
mod path_conformance;
mod stream_conformance;
mod url_conformance;
mod util_conformance;