WebAssembly / tail-call

Proposal to add tail calls to WebAssembly
https://webassembly.github.io/tail-call/
Other
111 stars 8 forks source link

[test] Test tail-call to imported function #22

Open keithw opened 6 months ago

keithw commented 6 months ago

There aren't any tests yet that use imports or attempt to tail-call an imported function -- there probably should be one (this would have caught a bug in wasm2c, https://github.com/WebAssembly/wabt/pull/2420).

rossberg commented 6 months ago

Good point! Did you produce some that you could contribute?