WebAssembly / website

WebAssembly website
https://webassembly.org
Apache License 2.0
272 stars 179 forks source link

`tail-calls` for `wasmtime` #385

Closed CryZe closed 4 months ago

CryZe commented 4 months ago

Apparently the situation is a little bit complicated. The feature is enabled since Version 21, but only for the Cranelift backend, except for the s390x architecture.

However, the feature was accidentally not active until Version 22.

Also wasmtime 22 isn't out yet (should come out June 17th).

dschuff commented 4 months ago

Thanks!