Skip to content
This repository has been archived by the owner. It is now read-only.
Branch: master
Go to file
Clone

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
out
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.