Skip to content

Commit c0985b9

Browse files
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

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77
]
88

99
[workspace.package]
10-
version = "0.1.12"
10+
version = "0.1.13"
1111
edition = "2024"
1212
license = "MIT OR Apache-2.0"
1313
publish = false

0 commit comments

Comments
 (0)