mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-16 17:18:57 +00:00
Fixed compilation on Windows MSVC (first 20 tests)
This commit is contained in:
@@ -133,10 +133,10 @@ WASM_API_EXTERN own wasm_config_t* wasm_config_new();
|
||||
|
||||
WASM_DECLARE_OWN(engine)
|
||||
|
||||
#ifdef TEST_WASM
|
||||
// During testing, we use a custom implementation of wasm_engine_new
|
||||
#if defined(TEST_WASM) || defined(TEST_WASMER)
|
||||
wasm_engine_t* wasm_engine_new();
|
||||
#elif
|
||||
#else
|
||||
WASM_API_EXTERN own wasm_engine_t* wasm_engine_new();
|
||||
#endif
|
||||
WASM_API_EXTERN own wasm_engine_t* wasm_engine_new_with_config(own wasm_config_t*);
|
||||
|
||||
Reference in New Issue
Block a user