TianlongLiang 0fa0beba94 VSCode IDE enhancement and readme update (#3172) před 1 rokem
..
resource 0fa0beba94 VSCode IDE enhancement and readme update (#3172) před 1 rokem
Dockerfile 0a7994ac0a wamr-ide: Modify Dockerfile to update base image version and fix build bug (#2068) před 2 roky
README.md e8f0c9580b Some wamr-ide improvements (#1354) před 3 roky
build_docker_image.bat 653b926d53 Upgrade WAMR-IDE (#1313) před 3 roky
build_docker_image.sh e8f0c9580b Some wamr-ide improvements (#1354) před 3 roky

README.md

Build Docker Image

  • Linux

    ./build_docker_image.sh
    
  • Windows

    ./build_docker_image.bat
    

Resource Details

  • Dockerflie is the source file to build wasm-debug-server docker image
  • resource/debug.sh is the script to execute the wasm app in debug mod, will start up the debugger server inside of the iwasm and hold to wait for connecting.
  • resource/run.sh is the script to execute the wasm app directly.