you are viewing a single comment's thread
view the rest of the comments
[–] 4 points 3 years ago* (1 child)

Incredibly powerful type system λλλ

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

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 3 years ago (1 child)

    those two interop better than in native code

    Really? Why is that?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 3 years ago (1 child)

    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.

  • source
  • parent
  • hideshow 2 child comments