Skip to content

Releases: bytecodealliance/spidermonkey-wasi-embedding

rev_5a9f0adc71da2d9567f111c4a279ae06fcd8fb4a

09 Dec 00:26
5a9f0ad
Compare
Choose a tag to compare
Update to new gecko-dev revision

rev_cd81b695e31ec65e4dbbd2a0a6255fda69ab7802

02 Jan 18:29
Compare
Choose a tag to compare
Update to gecko-dev revision including a bugfix for ReadableStream#pi…

rev_8fdb6dbbbb32736dd42c2a22a856b5db921dcde3

02 Jan 21:42
Compare
Choose a tag to compare
Update to gecko-dev revision including yet another bugfix for Readabl…

rev_ade3ae40cf7fea91b3766341963da2420582804f

29 Dec 15:37
Compare
Choose a tag to compare
Update .gitignore to accommodate release and debug builds

rev_a5e95e1967449262d04be0797f4bc7aa18a75988

29 Dec 14:01
Compare
Choose a tag to compare
Update to new gecko-dev revision including additional JSAPI functiona…

rev_208d7475e46d9d857771ac13d0f95060f84987d2

22 Dec 12:31
208d747
Compare
Choose a tag to compare
Update to current SpiderMonkey 96 beta (#4)

rev_f837809915300cb94e122cba6e97d0d16dfd256d: Update to SpiderMonkey 94beta (#3)

17 Oct 11:31
f837809
Compare
Choose a tag to compare
This PR updates to the current beta of SpiderMonkey 94. Previously we were using an arbitrary commit from the Nightly 92 cycle. Switching to beta means that we get more stability, but also get some important improvements that landed in that cycle. Over time, we should switch to stable releases, though.

This PR also improves some aspects of the build script:
- It can now be run from other directories, while still resolving its dependencies correctly
- It continues working correctly when there already is a checkout of the gecko-dev repository, and updates that to the expected revision
- It spends significantly less time on cloning the gecko-dev repository by not unconditionally fetching all tags and branches

rev_94b6b4674c64c4ba78977c79a1e18a17579a8d86: Merge pull request #1 from fitzgen/tidy-scripts

17 Oct 10:51
94b6b46
Compare
Choose a tag to compare

rev_ac7e0ca156f19e65f0793a047042c712d4785b51: Update object file list

16 Oct 18:55
Compare
Choose a tag to compare
The list of required files changed with the update to Rust 1.54.0.

rev_6db9f45803d8b8b3187dd9169fedbc41376623d0

07 Aug 11:10
Compare
Choose a tag to compare
Fix build env bootstrapping