Remix.run Logo
euroderf a day ago

FWIW... WebAssembly has Option and Result, and adapters for Go.

cnity a day ago | parent [-]

What do you mean by this? WebAssembly is a low level bytecode which only defines low level types. WebAssembly doesn't "have" types any more than x86 "has" types right? Or have I missed something?

euroderf a day ago | parent [-]

Ah, sorry. Shoulda said: WebAssembly component model.

cnity a day ago | parent [-]

Oh, I see. Thanks!