Skip to content

Commit

Permalink
fix wasm3
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed May 20, 2020
1 parent 5beecb6 commit a0632b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/wasm3_engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ bool Wasm3Engine::instantiate(bytes_view wasm_binary)
return false;
}

auto ret = m3_LinkRawFunction(module, "env", "crc32", "i(ii)", env_crc32);
auto ret = m3_LinkRawFunction(module, "env", "adler32", "i(ii)", env_crc32);
if (ret != m3Err_none && ret != m3Err_functionLookupFailed)
{
m3_FreeRuntime(m_runtime);
Expand Down

0 comments on commit a0632b6

Please sign in to comment.