Skip to content

Commit

Permalink
Update upstream SpiderMonkey for a PBL+weval fix. (#104)
Browse files Browse the repository at this point in the history
Update upstream SpiderMonkey and weval for a PBL+weval fix.

Pulls in bytecodealliance/gecko-dev#56.
  • Loading branch information
cfallin authored Aug 2, 2024
1 parent f7e2745 commit 0bd457e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 99d3bca2aa1f477d3f7f3dcbad2ef2218c14f41b)
set(SM_REV dcae16d570211715103fe9604899a99f1df8a0e3)

if (CMAKE_BUILD_TYPE STREQUAL "Debug")
set(SM_BUILD_TYPE debug)
Expand Down
2 changes: 1 addition & 1 deletion cmake/weval.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(WEVAL_VERSION v0.2.7)
set(WEVAL_VERSION v0.2.9)

set(WEVAL_URL https://github.com/cfallin/weval/releases/download/${WEVAL_VERSION}/weval-${WEVAL_VERSION}-${HOST_ARCH}-${HOST_OS}.tar.xz)
CPMAddPackage(NAME weval URL ${WEVAL_URL} DOWNLOAD_ONLY TRUE)
Expand Down

0 comments on commit 0bd457e

Please sign in to comment.