Merge branch 'master' into fix/create-exe-genearted-code-bugs

This commit is contained in:
Mark McCaskey
2020-10-19 10:03:05 -07:00
committed by GitHub
57 changed files with 672 additions and 591 deletions

View File

@ -147,7 +147,7 @@ void wasi_env_set_memory(wasi_env_t *env, const wasm_memory_t *memory);
bool wasi_get_imports(const wasm_store_t *store,
const wasm_module_t *module,
const wasi_env_t *wasi_env,
wasm_extern_t **imports);
wasm_extern_vec_t *imports);
#endif
#if defined(WASMER_WASI_ENABLED)