You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: correct divergences found in full implementation audit
- Cargo.toml: bump rust-version 1.94 -> 1.96 to match rust-toolchain.toml
pin and the "Rust 1.96+" claim in README/install docs.
- architecture.md: the generated php.* facade leaf is a plain function using
Array.prototype.slice.call(arguments), not an arrow with rest params; name
the re-entrancy depth cap (200).
- execution-modes.md: the isolated-realm stored-callback error is a plain
\Exception (PhpException::default), not QuickJSException.
- docs/README.md: add the missing src/sandbox.rs row and roundtrip() to the
lib.rs method list in the source map.
- api.md: document roundtrip() so the reference covers every public method.
0 commit comments