|
|
|
|
|
by pornel
4792 days ago
|
|
asm.js is a universal VM with bytecode that just happens to be similar to subset of JS, but it doesn't have dynamism, doesn't have OOP, doesn't have garbage collection. Firefox has a separate ahead of time compiler for asm.js that isn't a JS VM. |
|