Skip to content

Commit

Permalink
Correct order of arguments in the wasmtime adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
loganek committed Dec 8, 2022
1 parent 7b60184 commit 9df0046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/wasmtime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ while [[ $# -gt 0 ]]; do
esac
done

wasmtime $TEST_FILE "${PROG_ARGS[@]}" "${ARGS[@]}"
wasmtime $TEST_FILE "${ARGS[@]}" "${PROG_ARGS[@]}"

0 comments on commit 9df0046

Please sign in to comment.