Offtopic: Is there info on the actual file WASM format?
Ontopic: Interesting project! Do you have any idea whether tail calls will be easier to implement in an interpreter vs. an optimizing compiler?
(Obligatory Why The Fuck is this written in C?)
https://webassembly.github.io/spec/core/ - the specification ;) It’s written in C, as it needs to be uber-portable (and it is!)
https://webassembly.github.io/spec/core/ - the specification
Seems like they still haven’t managed to spec meta data fields for version information or organization&author?
That’s kinda underwhelming, but not really surprising considering its web origins. :-/
uber-portable
UB all the chips? ;-)
Offtopic: Is there info on the actual file WASM format?
Ontopic: Interesting project! Do you have any idea whether tail calls will be easier to implement in an interpreter vs. an optimizing compiler?
(Obligatory Why The Fuck is this written in C?)
https://webassembly.github.io/spec/core/ - the specification ;) It’s written in C, as it needs to be uber-portable (and it is!)
Seems like they still haven’t managed to spec meta data fields for version information or organization&author?
That’s kinda underwhelming, but not really surprising considering its web origins. :-/
UB all the chips? ;-)