oss-fun / funera1-osc-2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MAGIC: Magical webAssembly miGration stICk

Directory

├── src 
│   ├── wasi-lifegame # Wasm application
│   ├── executor      # Wasm application executor
│   └──controller     # Http client and server
├── wasm-micro-runtime
└── scripts

How to use

Build runtime

bash scripts/build-wamr.sh

Build application

cd wasi-lifegame
cargo wasi build

Run application

cmake_build/basic -f wasi-lifegame/target/wasm32-wasi/debug/wasi-lifegame.wasm

About


Languages

Language:C 50.5%Language:Python 19.8%Language:CMake 14.4%Language:Rust 10.7%Language:Shell 3.5%Language:Makefile 1.1%