ECMAScript engine decision

⚓ Rust    📅 2025-12-09    👤 surdeus    👁️ 3      

surdeus

Info

This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: ECMAScript engine decision

I need an ECMAScript engine that supports maybe iterator helper methods, perhaps structuredClone(), Intl and source maps + maybe the upcoming Temporal API. I need it to be cross-platform (e.g. be able to target wasm32).

Other thing that would be nice is performance.

  • Boa JS doesn't meet some of my requirements.
  • Rusty V8 only has binaries for Windows, Linux and Mac. Does that mean it can build just for these, or is there a way to build for wasm32 through a fork (although might take sometime due to the C++ + CMake stuff)?

3 posts - 2 participants

Read full topic

🏷️ Rust_feed