Skip to content

Commit

Permalink
Update to SpiderMonkey v127.0.2 (#77)
Browse files Browse the repository at this point in the history
* Update to SpiderMonkey v127.0.2

This commit comes from bytecodealliance/spidermonkey-wasi-embedding#13

* Update main.yml

* always use link-time-optimisations for rust-url dependency
  • Loading branch information
JakeChampion authored Jul 16, 2024
1 parent fa1247b commit 9f4f9b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
with:
submodules: recursive

- name: Install Rust 1.68.2
- name: Install Rust 1.77.1
run: |
rustup toolchain install 1.68.2
rustup target add wasm32-wasi --toolchain 1.68.2
rustup toolchain install 1.77.1
rustup target add wasm32-wasi --toolchain 1.77.1
- uses: actions/setup-node@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion cmake/spidermonkey.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(SM_REV 702095ed0ba2316b4f2905bbd597d0b2fa23951e)
set(SM_REV ffbf1c4641440e74174199def6558c710b3ac323)

if (CMAKE_BUILD_TYPE STREQUAL "Debug")
set(SM_BUILD_TYPE debug)
Expand Down
1 change: 1 addition & 0 deletions crates/rust-url/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ lto = true
panic = 'abort'

[profile.dev]
lto = true
panic = 'abort'

0 comments on commit 9f4f9b5

Please sign in to comment.