-
• #2
Once emscripten is set up, you just clone the repo and do:
make clean;RELEASE=1 BOARD=EMSCRIPTEN2 make
But if you have written your library in JS it's probably easier to just upload to the existing emulator's storage
Once emscripten is set up, you just clone the repo and do:
make clean;RELEASE=1 BOARD=EMSCRIPTEN2 make
But if you have written your library in JS it's probably easier to just upload to the existing emulator's storage
I want to implement some libraries that aren't in the default BangleJS 2 build, however I noticed the emulator is built using emscripten, how would I go about making an image for that and using it?