mobile-sdk icon indicating copy to clipboard operation
mobile-sdk copied to clipboard

Add emscripten support

Open bugra9 opened this issue 2 years ago • 1 comments

Related issue: https://github.com/CartoDB/mobile-sdk/issues/510

  • Install Emscripten (3.1.17)
  • Change src/embind/embind.js with https://github.com/bugra9/emscripten/blob/embind-overloading-support/src/embind/embind.js
  • Build mobile swig https://github.com/bugra9/mobile-swig/tree/emscripten-support
  • cd scripts
  • python swigpp-emscripten.py
  • python build-emscripten.py
  • cd ..
  • ./scripts/emscripten-dev/server/server-localhost
  • Visit http://localhost:8000 with your browser

bugra9 avatar Jul 17 '22 20:07 bugra9

@mtehver, I implemented your suggestions and updated the demo site. Additionally, the listeners now work.

bugra9 avatar Oct 23 '22 22:10 bugra9