Skip to content

Releases: bytecodealliance/StarlingMonkey

starlingmonkey-debugger: v0.2.1

17 Oct 13:04
95b0593

Choose a tag to compare

0.2.1 (2025-10-17)

Bug Fixes

  • debugger: Fix path normalization in debugger sourcemaps handling (#279) (afcf222)

v0.2.1

15 Oct 17:02
6cdcc0e

Choose a tag to compare

0.2.1 (2025-10-15)

Features

  • add support for setting initialization-time script location (176ccdd)
  • crypto: Add SPKI format support for ECDSA and RSA keys (#277) (0a64399)

Bug Fixes

  • ci: build starling target in release job (#271) (d360913)
  • deprecation warning in panic hook (#272) (66dd74c)

v0.2.0

02 Sep 15:08
8ffd397

Choose a tag to compare

0.2.0 (2025-08-29)

Features

  • crypto: add support for PKCS#8 key import (#251) (059d09a)
  • dx: add default message for missing handler (#264) (58b6042)
  • implement AbortController and AbortSignal (#240) (215b1d9)

v0.1.0

06 Aug 14:14
7372d4e

Choose a tag to compare

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, setInterval setTimeout clearInterval clearTimeout
  • URL: URL, URLSearchParams

libspidermonkey_FIREFOX_140_0_4_RELEASE_STARLING

06 Aug 18:35

Choose a tag to compare

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.