Skip to content
This repository has been archived by the owner. It is now read-only.
Haskell compiler infastructure for WebAssembly
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
exec Pretty printing + tests (#13) Mar 16, 2017
out
scripts no pedantic flag Mar 10, 2017
src/Language Fix toplevel exports Dec 24, 2017
tests Updatet test suite to latest spec Dec 24, 2017
.gitignore added factorial tests Jun 18, 2017
.travis.yml no pedantic flag Mar 10, 2017
LICENSE initial commit Dec 29, 2015
NOTES.md Get building under latesst Stack resolver Dec 24, 2017
README.md Fix toplevel exports Dec 24, 2017
build-d8.sh
example1.wasm enable ci Mar 10, 2017
example2.wasm examples Dec 30, 2015
package.yaml
shell Updatet test suite to latest spec Dec 24, 2017
stack.yaml
test.js test runner Jan 7, 2016
test.sh function block Jan 8, 2016
wasm.cabal Fix toplevel exports Dec 24, 2017
watch

README.md

Haskell WebAssembly

Build Status

A WebAssembly AST, parser, and assembler in Haskell for use in functional compiler backends targeting WebAssembly.

Warning, still a big work in progress.

Codebase

Core modules

Usage

import Language.Wasm.Syntax
import Language.Wasm.Binary
import Language.Wasm.Parser
You can’t perform that action at this time.