Merge branch 'master' into update-0.5.4

This commit is contained in:
Syrus Akbary
2019-07-06 00:53:02 -07:00
committed by GitHub
12 changed files with 231 additions and 194 deletions

View File

@ -17,7 +17,7 @@ add_executable(test-validate test-validate.c)
find_library(
WASMER_LIB NAMES libwasmer_runtime_c_api.dylib libwasmer_runtime_c_api.so libwasmer_runtime_c_api.dll
PATHS ${CMAKE_SOURCE_DIR}/../../../target/debug/
PATHS ${CMAKE_SOURCE_DIR}/../../../target/release/
)
if(NOT WASMER_LIB)