define types for wasm internal structure and share some parts with text representation types

This commit is contained in:
Ilya Rezvov
2018-02-14 20:21:20 -08:00
parent a411ac1f52
commit f97441d6b0
3 changed files with 267 additions and 135 deletions
+1
View File
@@ -35,6 +35,7 @@ library
exposed-modules:
Language.Wasm.Lexer
Language.Wasm.Parser
Language.Wasm.Structure
Language.Wasm
other-modules:
Paths_wasm