Skip to content

support configuring tail calls#205

Merged
alexcrichton merged 2 commits intobytecodealliance:mainfrom
womeier:main
Feb 21, 2024
Merged

support configuring tail calls#205
alexcrichton merged 2 commits intobytecodealliance:mainfrom
womeier:main

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
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