Enhance/Fix sample socket-api and workload (#2006)
- Add python script to test socket-api cases - Fix issues in socket-api send_recv wasm app - Fix issues in building samples/workload/meshoptimizer - Enhance build script of sample workload
This commit is contained in:
@ -24,7 +24,7 @@ ExternalProject_Add(iwasm
|
||||
CONFIGURE_COMMAND
|
||||
${CMAKE_COMMAND} -S ${CMAKE_CURRENT_SOURCE_DIR}/../../product-mini/platforms/linux -B build -DWAMR_BUILD_LIBC_EMCC=1
|
||||
BUILD_COMMAND
|
||||
${CMAKE_COMMAND} --build build
|
||||
${CMAKE_COMMAND} --build build --parallel 4
|
||||
INSTALL_COMMAND
|
||||
# FIXME: replace with --install
|
||||
${CMAKE_COMMAND} -E copy_if_different
|
||||
@ -43,7 +43,7 @@ ExternalProject_Add(wamrc
|
||||
CONFIGURE_COMMAND
|
||||
${CMAKE_COMMAND} -S ${CMAKE_CURRENT_SOURCE_DIR}/../../wamr-compiler -B build
|
||||
BUILD_COMMAND
|
||||
${CMAKE_COMMAND} --build build
|
||||
${CMAKE_COMMAND} --build build --parallel 4
|
||||
INSTALL_COMMAND
|
||||
# FIXME: replace with --install
|
||||
${CMAKE_COMMAND} -E copy_if_different
|
||||
@ -113,4 +113,4 @@ add_test(
|
||||
./iwasm --dir=. testavx.aot ./wasm-av1/elephants_dream_480p24.ivf
|
||||
WORKING_DIRECTORY
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user