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

support configuring tail calls #205

Merged
merged 2 commits into from
Feb 21, 2024
Merged

support configuring tail calls #205

merged 2 commits into from
Feb 21, 2024

Conversation

womeier
Copy link
Contributor

@womeier womeier commented Jan 24, 2024

This PR adds support for configuring tail calls (Closes #204),

it depends on the change to the C api here: bytecodealliance/wasmtime#7811,

without the change, the CI fails as expected with: [...] _libwasmtime.so: undefined symbol: wasmtime_config_wasm_tail_call_set.

@alexcrichton
Copy link
Member

Thanks! In terms of timing for this, is this ok for you to delay for a month-or-so until the Wasmtime 18 release? Wasmtime 17 will be released in a few days but won't have bytecodealliance/wasmtime#7811, that's slated for the Wasmtime 18 release on merge which will be released on Feb 20.

@alexcrichton
Copy link
Member

I've rebased this and fixed a conflict after the Wasmtime 18 update and I'll merge this for that release, thanks again for this!

@alexcrichton alexcrichton merged commit 2c26bf8 into bytecodealliance:main Feb 21, 2024
11 checks passed
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.

Can't run module with tail calls
2 participants