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
Copy file name to clipboardExpand all lines: blog/2024-12-05-boa-release-020/index.mdx
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Boa v0.20 is now available! After 5 months of development we are very happy to p
12
12
release of the Boa JavaScript engine. Boa makes it easy to embed a JS engine in your projects, and
13
13
you can even use it from WebAssembly. See the [about](/about) page for more info.
14
14
15
-
In this release, our conformance has grown from 87.3% to 87.5% in the official ECMAScript Test Suite
15
+
In this release, our conformance has grown from 87.3% to 89.92% in the official ECMAScript Test Suite
16
16
(Test262). This small jump is expected as we're shifting most of our focus to performance as the majority of the engine is now conformant. We will continue to implement more of the specification as we go along but we expect these changes to be much smaller than we've been used to.
17
17
18
18
You can check the full list of changes [here][changelog], and the full information on conformance
@@ -52,6 +52,7 @@ Boa has added support for the [stage 3 proposal `Atomics.pause`](https://github.
0 commit comments