Which side are you? Javascript or Typescript

mastermind@lemm.ee to Programmer Humor@programming.dev – 535 points –
218

You are viewing a single comment

Blazingly fast 🦀🦀🦀

Incredibly powerful type system λλλ

And the best part, those two interop better than in native code.

those two interop better than in native code

Really? Why is that?

The wasm ABI allows for a bit more flexibility than the C one.

I'm not sure how much impact it has on practice (probably very little, otherwise somebody would have fixed it), but in native code there's a lot of potential for mismatching behaviors from the two different runtimes.