An open API service indexing awesome lists of open source software.

https://github.com/autodidaddict/gleasm

A Gleam WebAssembly Parser and Interpreter
https://github.com/autodidaddict/gleasm

gleam-lang webassembly webassembly-runtime

Last synced: about 1 year ago
JSON representation

A Gleam WebAssembly Parser and Interpreter

Awesome Lists containing this project

README

          

# gleasm

A Gleam program

## Quick start

```sh
# Build the project
rebar3 compile

# Run the eunit tests
rebar3 eunit

# Run the Erlang REPL
rebar3 shell
```

## Installation

If [available in Hex](https://www.rebar3.org/docs/dependencies#section-declaring-dependencies)
this package can be installed by adding `gleasm` to your `rebar.config` dependencies:

```erlang
{deps, [
gleasm
]}.
```