Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/whfuyn/aluvm-on-wasm
- Owner: whfuyn
- Created: 2024-03-18T12:54:27.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-18T12:57:27.000Z (10 months ago)
- Last Synced: 2024-05-16T16:10:13.714Z (8 months ago)
- Language: Rust
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-rgb-protocol - AluVM on WASM - Demo
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