A Tool/Toy for Non-Beginners
by Lu Wang
Recommended browsers: Firefox, Chrome, IE
- ASM.js enabled
- Persistent
~/.vimrc - Execute JavaScript from Vim.js
- Read local files
- R 6B36 ead files from Dropbox
Run :e $VIM/vimrc for more detail.
The online demo is built with the small feature set (--with-features=small),
with also a few from the normal set.
Run :version to check details.
(--with-features=normal is too large and too slow for online usage.)
Some features can be requested via pull requests, some are not intended to be included. Please discuss with me first before you work on a PR.
- Need emscripten with async transformation (the
asyncbranch in my fork of emscripten) - Need GCC & cproto (maybe) — Sometimes you need to run
make protowhen you see errors about 'undeclared variables/functions/structs' - Read
build.sh - The building process might take more than 3GB memory.
Lu Wang coolwanglu(a)gmail.com — please do not expect a prompt response.
Read LICENSE