Skip to content

Commit

Permalink
lib: Upgrade wasm-micro-runtime to v1.3.2
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
ThomasDevoogdt committed Nov 17, 2024
1 parent 600b5a9 commit 77f2e4b
Show file tree
Hide file tree
Showing 1,406 changed files with 7,648 additions and 2,143 deletions.
2 changes: 1 addition & 1 deletion cmake/libraries.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ set(FLB_PATH_LIB_CARES "lib/c-ares-1.33.1")
set(FLB_PATH_LIB_SNAPPY "lib/snappy-fef67ac")
set(FLB_PATH_LIB_RDKAFKA "lib/librdkafka-2.4.0")
set(FLB_PATH_LIB_RING_BUFFER "lib/lwrb")
set(FLB_PATH_LIB_WASM_MICRO_RUNTIME "lib/wasm-micro-runtime-WAMR-1.3.0")
set(FLB_PATH_LIB_WASM_MICRO_RUNTIME "lib/wasm-micro-runtime-WAMR-1.3.2")
Loading

0 comments on commit 77f2e4b

Please sign in to comment.