Skip to content

Commit 94ec5f0

Browse files
lib: Upgrade wasm-micro-runtime to v1.3.2
Main reason for the bump: Enhance setting write gs base with cmake variable (bytecodealliance/wasm-micro-runtime#3066) --> fixes cross compilation on buildroot Other news: - https://github.com/bytecodealliance/wasm-micro-runtime/releases/tag/WAMR-1.3.1 - https://github.com/bytecodealliance/wasm-micro-runtime/releases/tag/WAMR-1.3.2 Signed-off-by: Thomas Devoogdt <[email protected]>
1 parent 282923d commit 94ec5f0

File tree

1,406 files changed

+7648
-2143
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,406 files changed

+7648
-2143
lines changed

cmake/libraries.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ set(FLB_PATH_LIB_CARES "lib/c-ares-1.33.1")
2323
set(FLB_PATH_LIB_SNAPPY "lib/snappy-fef67ac")
2424
set(FLB_PATH_LIB_RDKAFKA "lib/librdkafka-2.4.0")
2525
set(FLB_PATH_LIB_RING_BUFFER "lib/lwrb")
26-
set(FLB_PATH_LIB_WASM_MICRO_RUNTIME "lib/wasm-micro-runtime-WAMR-1.3.0")
26+
set(FLB_PATH_LIB_WASM_MICRO_RUNTIME "lib/wasm-micro-runtime-WAMR-1.3.2")

0 commit comments

Comments
 (0)