Skip to content

Demo of sample script execution with AluVM on WASM

Notifications You must be signed in to change notification settings

whfuyn/aluvm-on-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

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

About

Demo of sample script execution with AluVM on WASM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published