1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 16:37:47 +00:00

LibWasm: Add a module pretty printer

This commit is contained in:
Ali Mohammad Pur 2021-04-27 22:13:01 +04:30 committed by Linus Groh
parent 7a12f23c28
commit bd8dac111c
5 changed files with 885 additions and 16 deletions

View file

@ -1,5 +1,6 @@
set(SOURCES
Parser/Parser.cpp
Printer/Printer.cpp
)
serenity_lib(LibWasm wasm)