6 ms·
WebAssembly's type system supports just a handful of numeric types and opaque external reference types. How does WIT map its richer type system (which includes
by panic 5y ago
WebAssembly's type system supports just a handful of numeric types and opaque external reference types. How does WIT map its richer type system (which includes things like strings and records) onto these underlying types in a language-agnostic way?
- pjmlp 5y agoI guess they will need to rediscover the Common Language Subset of the Common Language Runtime and re-sell it as an invention.