Skip to content

Commit

Permalink
Merge branch 'master' into feat-runtime-c-api-instance-context-data
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan authored Mar 12, 2019
2 parents 9bcd59a + b27163d commit 5db05fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runtime-c-api/tests/test-imports.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ int main()

// Creates a WebAssembly Instance from wasm bytes and imports
wasmer_instance_t *instance = NULL;
wasmer_result_t compile_result = wasmer_instantiate(&instance, bytes, len, imports, 3);
wasmer_result_t compile_result = wasmer_instantiate(&instance, bytes, len, imports, 4);
printf("Compile result: %d\n", compile_result);
if (compile_result != WASMER_OK)
{
Expand Down

0 comments on commit 5db05fd

Please sign in to comment.