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 (#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 Apr 20, 2024
1 parent 76b99fc commit 7fa28f3
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 @@ -23,4 +23,4 @@ set(FLB_PATH_LIB_CARES "lib/c-ares-1.24.0")
set(FLB_PATH_LIB_SNAPPY "lib/snappy-fef67ac")
set(FLB_PATH_LIB_RDKAFKA "lib/librdkafka-2.3.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 7fa28f3

Please sign in to comment.