Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/whfuyn/aluvm-on-wasm

Demo of sample script execution with AluVM on WASM
https://github.com/whfuyn/aluvm-on-wasm

Last synced: 2 months ago
JSON representation

Demo of sample script execution with AluVM on WASM

Awesome Lists containing this project

README

        

# AluVM on WASM

This project demonstrates the execution of a sample script using AluVM on WebAssembly (WASM).

## Usage

Use the provided Makefile for building and running the project. The available commands are:

```bash
make # Defaults to make debug
make debug # Compiles the project and starts it in debug mode
make release # Compiles the project and starts it in release mode
make clean # Removes the compiled files