Releases: bytecodealliance/StarlingMonkey
Releases · bytecodealliance/StarlingMonkey
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.