Commit c0985b9
committed
Bump workspace version and improve Buffer polyfill
Bump workspace version to 0.1.13 (Cargo.toml and Cargo.lock). Replace the Buffer polyfill with a more complete, robust implementation: add SharedArrayBuffer support, iterator sources, safer ArrayBuffer handling, improved alloc/concat/byteLength behavior, explicit compare/copy/copyBytesFrom/indexOf/lastIndexOf/includes, swap16/32/64, toJSON, and many read/write helpers for integers, floats and bigints. Also set Buffer constants (poolSize, kMaxLength, INSPECT_MAX_BYTES) and make selected static methods enumerable. Additionally apply minor Rust formatting/refactors in lib.rs and handler.rs (condensed function/closure formatting and use of a let-chain in pick_existing_dir).1 parent 26ac389 commit c0985b9
5 files changed
Lines changed: 359 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments