Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 517 Bytes

README-browser.md

File metadata and controls

23 lines (12 loc) · 517 Bytes

Building the browser demo from source

  • git submodule init

  • git submodule update

  • source /opt/emsdk/emsdk_env.sh or whereever this is located on your machine

  • ./script/clean

  • ./script/libxml2

  • ./script/compile

  • ./script/build-browser-demo

  • ./browser-demo/run_http_server &

  • Open http://localhost:8088/ in your browser and run the example application.

  • Find example files to copy & paste in ./test.

  • Find the sources of the example application in ./browser-demo/html-data/