wasm: WebAssembly Language Toolkit and Interpreter

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Library for parsing and interpreting WebAssembly, including: * WebAssembly Text Representation Parser * WebAssembly Binary Represetnation encoder and decoder * Spec-compatible Module validator (checked with Spec Core Test Suite) * Spec-compatible Interpreter (checked with Spec Core Test Suite) * Extended scripting grammar parser and executor * WebAssembly Module building eDSL


[Skip to Readme]

Properties

Versions 1.0.0, 1.1.0, 1.1.1, 1.1.1
Change log None available
Dependencies array (>=0.5 && <0.6), base (>=4.6 && <5), bytestring (>=0.10 && <0.12), cereal (>=0.5 && <0.6), containers (>=0.5 && <0.7), deepseq (>=1.4 && <1.5), ieee754 (>=0.8 && <0.9), mtl (>=2.2.1 && <2.3), primitive (>=0.7 && <0.8), text (>=1.1 && <1.3), transformers (>=0.4 && <0.6), utf8-string (>=1.0 && <1.1), vector (>=0.12 && <0.13) [details]
License MIT
Author Ilya Rezvov
Maintainer rezvov.ilya@gmail.com
Category Language
Home page https:github.com/SPY/haskell-wasm
Bug tracker https:github.com/SPY/haskell-wasm/issues
Source repo head: git clone https://github.com/SPY/haskell-wasm
Uploaded by irezvov at 2021-12-12T04:34:22Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for wasm-1.1.1

[back to package description]

Haskell WebAssembly Toolkit

Goals

Status

Todo

Development

Clond sources to directory and use stack for running tests:

stack build && stack test