Hacker News new | past | comments | ask | show | jobs | submit login

This makes me wonder: does WASM allow a JIT (specializer)? I.e., does WASM allow self-modifying code or code to write code?

If not, then JIT'ed JS could still be faster than WASM.




Wasm code is normally JIT-ed by the JS VM. That is, browser implementations don’t have an entire separate VM for wasm.




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

Search: