Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

F# compiles to CIL bytecode, which has a tail call instruction. I'm not sure what happens to that when CIL is compiled to wasm, but since there's no way to do a general translation, it probably just drops the tail part and makes it a regular call.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: