bump wasmtime to v27 by jacobsteves · Pull Request #405 · Shopify/function-runner
| cmd.assert() | ||
| .failure() | ||
| .stderr("Error: Couldn\'t load the Function \"test/file/doesnt/exist\": failed to read input file: test/file/doesnt/exist\n"); | ||
| .stderr("Error: Couldn\'t load the Function \"test/file/doesnt/exist\": failed to read from `test/file/doesnt/exist`\n"); |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did this change?
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The failed to read message comes directly from wasmtime and the message changed upstream
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was able to run a function with this version of function runner.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters