See https://github.com/WebAssembly/wabt/issues/1543. There are still some missing features from wasp that we'll want before we can use it to fully replace the equivalent wabt functionality: - [x] binary to text conversion - [x] memory64 support - [ ] missing linking section features - [ ] memory64 relocations - [ ] check for any other differences (linking section in wasp was implemented a year ago or so, make sure nothing else needs updating) - [ ] generating names in text format - [ ] folded text output - [ ] documentation - [ ] top-level directory structure - [ ] document file headers - [ ] document all structs/classes
See WebAssembly/wabt#1543.
There are still some missing features from wasp that we'll want before we can use it to fully replace the equivalent wabt functionality: