-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump haskell-wasm to latest master commit
- Loading branch information
1 parent
2bb1551
commit 191fb94
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule haskell-wasm
updated
12 files
+2 −1 | README.md | |
+84 −10 | src/Language/Wasm/Binary.hs | |
+92 −41 | src/Language/Wasm/Interpreter.hs | |
+3 −1 | src/Language/Wasm/Lexer.x | |
+25 −13 | src/Language/Wasm/Parser.y | |
+6 −2 | src/Language/Wasm/Script.hs | |
+193 −157 | src/Language/Wasm/Validate.hs | |
+2 −2 | stack.yaml | |
+4 −4 | stack.yaml.lock | |
+1 −1 | tests/Test.hs | |
+1 −1 | tests/spec | |
+13 −13 | wasm.cabal |