Escargot 4.0.0
Release Note v4.0.0
- Support ECMAScript2022
- Enable WebAssembly
- Support multi platform build
- Several optimizations for memory and performance updated
- Fixed major/minor bugs
Language Specification (ECMAScript 2022)
Escargot implements full of ECMAScript 2022 except a few minor features.
- Not Supported Features
- RegExp lookbehind assertions
WebAssembly
- Using wabt engine linked by wasm-c-api
- Support WebAssembly Core Specification Release 1.0 (https://www.w3.org/TR/wasm-core-1/)
- Support WebAssembly JavaScript Interface 1.0 (https://www.w3.org/TR/wasm-js-api-1/)
Multi-Platform Build
OS | Architecture |
---|---|
Ubuntu | x86/x64/arm/aarch64 |
macOS | x64 |
Windows | x86 |
Android | x86/x64/arm/aarch64 |