Wasm application management portal for WAMR
-
install docker and docker-compose
sudo apt install docker.io docker-compose
-
start
docker-compose up
Note: must use python3.5. If you don't have python3.5 on your machine, had better using docker
-
install the required package
pip3 install django
-
Start device server
cd wasm_django/server python3 wasm_server.py
-
Start IoT application management web portal
cd wasm_django python3 manage.py runserver 0.0.0.0:80
-
Download WAMR runtime from help page
NOTE: You need to start the server before accessing this link!
-
Start a WAMR runtime from localhost
chmod +x simple ./simple
or from other computers
./simple -a [your.server.ip.address]
http://82.156.57.236/