Skip to content

Commit

Permalink
Update headers RegExp and Atomics/SharedArrayBuffers (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
nekevss authored Mar 7, 2024
1 parent cd5e021 commit 73335af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blog/2024-03-07-boa-release-18.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ has been made, there is still more work to be completed until it is production r
If you're interested in learning more or want to contribute to the native Rust implementation of
Temporal, feel free to check out `temporal_rs`'s [issues](https://github.com/boa-dev/temporal/issues)!

## RegExp
### RegExp

Over the past 7 months there has been some effort poured into an improved implementation of RegExp.
This includes:
Expand All @@ -146,7 +146,7 @@ The remaining skipped tests are all related to stage 3 proposals.

[`RegExp.prototype.hasIndices`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/hasIndices

## Shared Array Buffer + Atomics
### Shared Array Buffer + Atomics

The [SharedArrayBuffer] and [Atomics] builtins have been implemented in this release.
This means embedders can now orchestrate `Context`s running on separate threads to execute
Expand Down

0 comments on commit 73335af

Please sign in to comment.