2 files changed
+2
-2
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
|
Submodule wasm-micro-runtime updated 50 files
- .github/workflows/compilation_on_android_ubuntu.yml+8-7
- .github/workflows/compilation_on_macos.yml+1-3
- .github/workflows/compilation_on_sgx.yml-3
- .github/workflows/nightly_run.yml+4-8
- CMakeLists.txt-23
- README.md+2
- core/iwasm/aot/aot_loader.c+7-1
- core/iwasm/aot/arch/aot_reloc_aarch64.c+5
- core/iwasm/common/wasm_application.c+1-4
- core/iwasm/common/wasm_native.c+1-2
- core/iwasm/common/wasm_runtime_common.c+84-10
- core/iwasm/compilation/aot_emit_control.c+9-2
- core/iwasm/compilation/aot_emit_numberic.c+3-9
- core/iwasm/compilation/aot_llvm_extra.cpp+15-10
- core/iwasm/fast-jit/fe/jit_emit_conversion.c+49
- core/iwasm/fast-jit/jit_frontend.c-74
- core/iwasm/include/wasm_export.h+1
- core/iwasm/interpreter/wasm_interp_classic.c+6-4
- core/iwasm/interpreter/wasm_interp_fast.c+21-6
- core/iwasm/interpreter/wasm_loader.c+36-32
- core/iwasm/interpreter/wasm_mini_loader.c+35-32
- core/iwasm/libraries/libc-wasi/sandboxed-system-primitives/src/posix.c+4-4
- core/shared/platform/alios/alios_platform.c+4
- core/shared/platform/alios/alios_thread.c+4
- core/shared/platform/common/posix/posix_memmap.c+16
- core/shared/platform/common/posix/posix_thread.c+26-8
- core/shared/platform/esp-idf/espidf_memmap.c+4
- core/shared/platform/esp-idf/espidf_platform.c+4
- core/shared/platform/include/platform_api_vmcore.h+13
- core/shared/platform/linux-sgx/sgx_platform.c+4
- core/shared/platform/linux-sgx/sgx_thread.c+4
- core/shared/platform/nuttx/nuttx_platform.c+4
- core/shared/platform/riot/riot_platform.c+4
- core/shared/platform/riot/riot_thread.c+4
- core/shared/platform/rt-thread/rtt_platform.c+8
- core/shared/platform/windows/platform_init.c+4
- core/shared/platform/windows/win_thread.c+4
- core/shared/platform/zephyr/zephyr_platform.c+4
- core/shared/platform/zephyr/zephyr_thread.c+4
- product-mini/platforms/posix/main.c+20-4
- product-mini/platforms/windows/main.c+2-2
- tests/wamr-compiler/.gitignore+2
- tests/wamr-compiler/README.md+3
- tests/wamr-compiler/test_shift_negative_constants.wat+78
- tests/wamr-test-suites/spec-test-script/all.py+2-2
- tests/wamr-test-suites/spec-test-script/multi_module_aot_ignore_cases.patch
- tests/wamr-test-suites/spec-test-script/runtest.py+11-18
- tests/wamr-test-suites/test_wamr.sh+74-47
- tests/wamr-test-suites/wamr-compiler-test-script/run_wamr_compiler_tests.sh+22
- tests/wamr-test-suites/wasi-test-script/run_wasi_tests.sh+2
0 commit comments