Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
WatString -> WebAssemblyModule
Parse WebAssembly Text Format (WAT) source code into a structured in-memory module representation.
Problem it solves
Human-readable text representations of WebAssembly must be parsed into modules for debugging or on-the-fly compilation.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.