Boa release v0.14: A JavaScript engine written in Rust

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • boa

    Boa is an embeddable and experimental Javascript engine written in Rust. Currently, it has support for some of the language.

  • One of the big changes in this release was to port the whole execution of JavaScript to 2 steps, a compiler and a VM. You can find more information about the VM here: https://github.com/boa-dev/boa/blob/main/docs/vm.md

  • boa

    The fast conda package builder, based on mamba (by mamba-org)

  • It’s the name of the new conda package builder :(

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • clox

    Building clox, a C-based interpreter for Lox along with https://craftinginterpreters.com

  • You should! Here’s what I have so far (I followed along up through to the last few chapters, I’m just missing garbage collection and class instances) https://github.com/superhawk610/clox

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts