#Empebble for Pebble SDK 1.12
##Overview
Empebble converts unmodified watchfaces in to embeddable JS that produces a canvas element. That canvas element will attempt to faithfully duplicate the watchface.
##Prerequisites
- Pebble SDK 1.12
- Emscripten (Currently must be on PATH)
##Usage
cdto the directory of your watchapp- Build and compile watchface as normal
- Invoke
$EMPEBBLE/tools/build_emcc.sh, where$EMPEBBLEis the directory you cloned this repo build/www/can now be deployed to any webserver.
##Tag Definition
emscripten.pebble_os.c is marked with various tags.
###Sprint planning
#sprintX - unimplemented; will be implemented during sprint X
###Implementation status
#todo - implementation missing or incomplete
#verify - implementation complete but may not be accurate
###Documentation
#nosdk - no sdk example/docs exist as of Pebble SDK v001
###Other
#trivial - trivial function
