kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

35_musttail_variadic.wasm.skip (255B)


      1 musttail to a variadic function is permanently unrealizable on wasm: varargs are packed into a caller-frame buffer that a return_call sibling call tears down, so the forwarded buffer pointer would dangle. CG diagnoses it rather than emitting a tail call.