Stream: git-wasmtime

Topic: wasmtime / issue #1065 Implement support for tail calls i...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2023 at 23:39):

fitzgen edited issue #1065:

To write a functional language compiler using this IR, tail call eliminations would be desirable. Are there any plans to support this? I couldn't find any details in the docs.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 25 2023 at 21:10):

fitzgen commented on issue #1065:

FYI, Wasmtime is gaining a Config::wasm_tail_call method and --features tail-call CLI flag in https://github.com/bytecodealliance/wasmtime/pull/6774 and (unless you're on s390x) once that lands you can start running .wasms with tail calls on Wasmtime!

As a reminder, tail calls won't be enabled by default until we

view this post on Zulip Wasmtime GitHub notifications bot (May 10 2024 at 02:16):

alexcrichton closed issue #1065:

To write a functional language compiler using this IR, tail call eliminations would be desirable. Are there any plans to support this? I couldn't find any details in the docs.

view this post on Zulip Wasmtime GitHub notifications bot (May 10 2024 at 02:16):

alexcrichton commented on issue #1065:

Tail calls are now enabled by default in Wasmtime except for s390x, so I think this is done.


Last updated: Oct 23 2024 at 20:03 UTC