Skip to content

Commit

Permalink
Implement SharedArrayBuffer (#3384)
Browse files Browse the repository at this point in the history
* Implement `SharedArrayBuffer`

* Add small documentation

* Fix docs

* Apply review
  • Loading branch information
jedel1043 authored Oct 15, 2023
1 parent 66c2bf4 commit dd05f53
Show file tree
Hide file tree
Showing 29 changed files with 5,765 additions and 4,598 deletions.
28 changes: 28 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions boa_engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ thin-vec.workspace = true
itertools = { version = "0.11.0", default-features = false }
icu_normalizer = "~1.3.0"
paste = "1.0"
portable-atomic = "1.4.3"
bytemuck = { version = "1.14.0", features = ["derive"] }

# intl deps
boa_icu_provider = {workspace = true, features = ["std"], optional = true }
Expand Down
Loading

0 comments on commit dd05f53

Please sign in to comment.