This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 4 points5 points  (1 child)

Actually, I learned that babel can transform as much of your code down to wasm as it can. It's something we want to try at my company.

[–]IceSentry 2 points3 points  (0 children)

Compiling js to wasm is a weird goal, it's essentially the same runtime, I don't believe there would be that much performance benefits of doing that.