add serializer for export, start and elem sections

This commit is contained in:
Ilya Rezvov
2018-02-19 13:31:35 -08:00
parent 9d784d03bd
commit 37656d868a
2 changed files with 61 additions and 12 deletions
+1
View File
@@ -29,6 +29,7 @@ module Language.Wasm.Structure (
FuncType(..),
ValueType(..),
ResultType,
Expression,
emptyModule
) where