Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump wasmtime to v27 #405

Merged
merged 1 commit into from
Dec 17, 2024
Merged

bump wasmtime to v27 #405

merged 1 commit into from
Dec 17, 2024

Conversation

jacobsteves
Copy link
Member

includes wasmprof bump Shopify/wasmprof#55

@jacobsteves jacobsteves requested review from a team, lopert and saga-dasgupta and removed request for a team December 17, 2024 13:49
@jacobsteves jacobsteves force-pushed the js.bump-wasmtime-27-2 branch from 7e9786a to 3cb3bed Compare December 17, 2024 13:54
@@ -124,7 +124,7 @@ mod tests {
.arg(input_file.as_os_str());
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");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did this change?

Copy link
Member Author

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

Copy link
Contributor

@saga-dasgupta saga-dasgupta left a comment

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.

@jacobsteves jacobsteves merged commit f031b8e into main Dec 17, 2024
5 checks passed
@jacobsteves jacobsteves deleted the js.bump-wasmtime-27-2 branch December 17, 2024 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants