Stream: git-wasmtime

Topic: wasmtime / issue #1030 Cranelift: varargs support


view this post on Zulip Wasmtime GitHub notifications bot (Sep 11 2025 at 16:46):

fitzgen edited issue #1030:

In order to compile C code that calls printf in libc, we need to implement the caller side of varargs. And in order to compile printf itself, we need to implement the callee side.


Last updated: Dec 06 2025 at 06:05 UTC