| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| surface-manifest.json | 2026-07-30 | 86.8 kB | |
| README.md | 2026-07-30 | 717 Bytes | |
| v0.0.18 source code.tar.gz | 2026-07-30 | 10.0 MB | |
| v0.0.18 source code.zip | 2026-07-30 | 11.3 MB | |
| Totals: 4 Items | 21.4 MB | 0 | |
0.0.18
Features
- Top-level
awaitcompiles across the program's ESM graph. Module evaluation follows Node 24's dependency ordering, one-time promise caching, cycle rooting, rejection precedence, and unsettled-module exit status 13 in both the LLVM and C backends. Dynamic imports of compiled modules await the same evaluation verdict.
Fixes
https.request(options, responseCallback)compiles on the LLVM backend. The options-object row now lowers the TLS verification and CA arguments through the same runtime ABI as the C backend, including response-callback ownership and event-loop liveness. The already-supportedhttp.request(options, responseCallback)row is pinned alongside it.