Releases: bytecodealliance/StarlingMonkey
Releases · bytecodealliance/StarlingMonkey
starlingmonkey: v0.3.0
0.3.0 (2026-03-05)
Features
- reenable weval patches (#303) (643aa45)
- update wasi to 0.2.10 (#300) (c0873b7)
- url: implement
URLSearchParams.sizeproperty (#296) (27d1d5d)
Bug Fixes
- aarch64->arm64 in wasi-sdk download url (#302) (6ff0d0d)
- ci: add weval artifacts to the release (#304) (1614930)
- ci: Fix release-please setup (#282) (9d9a34b)
- ci: Unify release-please CI workflows (#284) (c5f80bd)
- debugger: Fix path normalization in debugger sourcemaps handling (#279) (afcf222)
- Prevent
URLSearchParams.toString()from returning unencoded params when not modified (#292) (a2ddae3) - url: allow
SpecSliceto hold empty strings (#293) (faa9114) - url: fix leaky
Drops forSpecStringandCVec(#294) (51d5388) - url: make URLSearchParams record constructor spec compliant (#295) (d591115)
libspidermonkey_FIREFOX_147_0_4_RELEASE_STARLING
This release contains pre-built SpiderMonkey artifacts to be used by the StarlingMonkey
build system. It's not meant for general public consumption and doesn't come with any
stability or availability guarantees.
starlingmonkey-debugger: v0.2.1
v0.2.1
v0.2.0
v0.1.0
0.1.0 (2025-08-06)
While this is the first tagged release in this repository, StarlingMonkey build artifacts have been distributed as part of ComponentizJS releases for some time.
This release is based on SpiderMonkey version 127 and in addition to SpiderMonkey's JavaScript support includes a wide range of web builtins, including:
- Console:
console - Crypto: (A subset of)
SubtleCrypto,Crypto,crypto,CryptoKey - Encoding:
TextEncoder,TextDecoder,CompressionStream,DecompressionStream - Fetch:
fetch,Request,Response,Headers - Forms, Files, and Blobs:
FormData,MultipartFormData,File,Blob - Legacy Encoding:
atob,btoa,decodeURI,encodeURI,decodeURIComponent,encodeURIComponent - Location:
WorkerLocation,location - Performance:
Performance - Streams:
ReadableStream,ReadableStreamBYOBReader,ReadableStreamBYOBRequest,ReadableStreamDefaultReader,ReadableStreamDefaultController,ReadableByteStreamController,WritableStream,ByteLengthQueuingStrategy,CountQueuingStrategy,TransformStream - Structured Clone:
structuredClone - Task:
queueMicrotask,setIntervalsetTimeoutclearIntervalclearTimeout - URL:
URL,URLSearchParams
libspidermonkey_FIREFOX_140_0_4_RELEASE_STARLING
This release contains pre-built SpiderMonkey artifacts to be used by the StarlingMonkey
build system. It's not meant for general public consumption and doesn't come with any
stability or availability guarantees.