Releases: bytecodealliance/spidermonkey-wasi-embedding
Releases · bytecodealliance/spidermonkey-wasi-embedding
rev_5a9f0adc71da2d9567f111c4a279ae06fcd8fb4a
Update to new gecko-dev revision
rev_cd81b695e31ec65e4dbbd2a0a6255fda69ab7802
Update to gecko-dev revision including a bugfix for ReadableStream#pi…
rev_8fdb6dbbbb32736dd42c2a22a856b5db921dcde3
Update to gecko-dev revision including yet another bugfix for Readabl…
rev_ade3ae40cf7fea91b3766341963da2420582804f
Update .gitignore to accommodate release and debug builds
rev_a5e95e1967449262d04be0797f4bc7aa18a75988
Update to new gecko-dev revision including additional JSAPI functiona…
rev_208d7475e46d9d857771ac13d0f95060f84987d2
Update to current SpiderMonkey 96 beta (#4)
rev_f837809915300cb94e122cba6e97d0d16dfd256d: Update to SpiderMonkey 94beta (#3)
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
A couple little commits to tidy up the scripts a tiny bit
rev_ac7e0ca156f19e65f0793a047042c712d4785b51: Update object file list
The list of required files changed with the update to Rust 1.54.0.
rev_6db9f45803d8b8b3187dd9169fedbc41376623d0
Fix build env bootstrapping