WebAssembly Micro Runtime (WAMR)
Go to file
Weining Lu b4ef7882a8 test
2019-05-16 14:02:05 +08:00
core test 2019-05-16 14:02:05 +08:00
doc/pics code cleanup 2019-05-07 14:15:28 +08:00
projects WebAssembly Micro Runtime first version 2019-05-07 10:18:18 +08:00
CONTRIBUTING.md set up readme, contributing and bug template. 2019-05-08 14:04:35 +08:00
LICENSE code cleanup 2019-05-07 14:15:28 +08:00
README.md test 2019-05-16 14:02:05 +08:00

#User Guide

##Introduction

This project aims to demonstrate wasm app management and programming model of WAMR.

##Build all binaries Execute the build.sh script then all binaries including wasm application files would be generated in 'out' directory. ./build.sh