зеркало из https://github.com/mozilla/pluotsorbet.git
e48dae88ce
Add stub Connection::setHiddenImpl native |
||
---|---|---|
certs | ||
classfile | ||
java | ||
libs | ||
midp | ||
tests | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
Makefile | ||
README.md | ||
arrays.js | ||
classes.js | ||
classinfo.js | ||
context.js | ||
desktop-ui.js | ||
frame.js | ||
game-ui.js | ||
index.html | ||
jvm.js | ||
legacy.js | ||
main.js | ||
manifest.webapp | ||
native.js | ||
opcodes.js | ||
runtime.js | ||
signature.js | ||
timer.js | ||
util.js | ||
vm.js |
README.md
j2me.js
j2me.js is a J2ME virtual machine in JavaScript.
A few similar projects exist. The primary objective here is to keep this very simple and small and to leverage the phoneME JDK. In particular we are trying to implement as little as possible in JavaScript, re-using as much of the phoneME infrastructure and existing Java code as we can.