bump wasmtime to v27 by jacobsteves · Pull Request #405 · Shopify/function-runner

@jacobsteves

@jacobsteves

saga-dasgupta

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

saga-dasgupta

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.