mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-09 05:06:17 +00:00
10 lines
266 B
Markdown
10 lines
266 B
Markdown
#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`
|