Make the Structure module public to allow API access to it.

This commit is contained in:
Kevin Quick
2021-03-15 22:06:55 -07:00
parent 277b725b30
commit 3ec6832e5f
+1
View File
@@ -22,6 +22,7 @@ library:
exposed-modules:
- Language.Wasm.Script
- Language.Wasm.Lexer
- Language.Wasm.Structure
- Language.Wasm
dependencies:
- array >= 0.5