ok. sorry @theo . it worked!
I forget to run the script for libs again:
/openFrameworks/scripts/emscripten/download_libs.sh
so, @stephanschulz, you can try this way.
it’s working here fine. The local http server setup was not required when you run the app with
emrun --browser chrome bin/advanced3dExample.html
because it seems ‘it runs his own server’
EDIT:
I noticed that when running the emscripten/download_libs.sh, macOS building stops working, so we can’t share the OF folder to both buildings.
QUESTIONS
- how can we add the profile to the system to avoid running source ‘./emsdk_env.sh’ every session?
- there’s any way to made it run in Safari? What are the main limitations of Emscripten vs native app?