ferrijs-std 0.2.0

Node and web standard library for the ferrijs QuickJS runtime: WHATWG Streams, Events, AbortController, Buffer, crypto, fs, os, url, zlib and the capability model they enforce (partly derived from awslabs/llrt, Apache-2.0).
Documentation
1
2
3
4
5
6
7
# `src/web/` is ferridriver-authored, not vendored from llrt, so it follows
# the repo's house style rather than upstream's. rustfmt resolves its config
# per file by walking up from the file's directory, so this overrides the
# crate-level `disable_all_formatting`.
edition = "2021"
tab_spaces = 2
max_width = 120