Summary
Boa v0.18 is now available! After 7 months of development we are very happy to present you the latest
release of the Boa JavaScript engine. Boa makes it easy to embed a JS engine in your projects, and
you can even use it from WebAssembly. See the about page for more info.
In this release, our conformance has grown from 79.36% to 85.03% in the official ECMAScript Test Suite
(Test262). This means we now pass 3,550 more tests than in the previous version. Moreover, our
amount of ignored tests decreased from 9,496 to 1,391 thanks to all the new builtins we have
implemented for this release.
You can check the full list of changes here, and the full information on conformance
here.
You probably noticed that something seems different... This release marks a major update to the design
of our website, and the introduction of our new logo!
We'd like to thank @ZackMitkin for being the one that started the
work on this nifty redesign, and @kelbazz for designing the logo.
We're planning to add some additional pages to learn more about the APIs that Boa exposes.
Additionally, expect some more blog posts from us in the future! We would like to write about how to
use certain APIs, design challenges that we encountered while developing the engine, and internal
implementation details.
Subscribe to our RSS feed if you're interested in staying up to date!
This big release was partly possible thanks to those who have supported us.
Thanks to funds we've received we have been able to renew our domain name, remunerate members of the
team who have worked on the features released, and discuss the possibility of using dedicated servers
for benchmarking. If you wish to sponsor Boa, you can do so by donating to our open collective.
You can also check easy or good first issues if you want to contribute
some code instead.