We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea6cef7 commit 578fbc5Copy full SHA for 578fbc5
1 file changed
core/iwasm/fast-jit/iwasm_fast_jit.cmake
@@ -16,11 +16,13 @@ if (WAMR_BUILD_TARGET STREQUAL "X86_64" OR WAMR_BUILD_TARGET STREQUAL "AMD_64")
16
FetchContent_Declare(
17
asmjit
18
GIT_REPOSITORY https://github.com/asmjit/asmjit.git
19
+ GIT_TAG c1019f1642a588107148f64ba54584b0ae3ec8d1
20
)
21
else ()
22
23
24
25
26
PATCH_COMMAND git apply ${IWASM_FAST_JIT_DIR}/asmjit_sgx_patch.diff
27
28
endif ()
0 commit comments