Releases: highlayer-team/glomium
Releases · highlayer-team/glomium
v1.1.6
v1.1.5
Actually remove "Bareness"
v1.1.4
Added back essential internals like "Object", "String" and so
v1.1.3
Fixed calling functions exposed by vm.
v1.1.2
Removed node's gc from context to prevent double freeing.
v1.1.1
Fix build issues.
v1.1.0
Added de-asyncifying host's functions when passing to engine (for determinism).
Moved to multithreaded model, now engine runs in separate thread.
Improved performance.
Fixed gas handling in certain situations.
"Clear" now fully flushes context (instead of just replacing globals).
v1.0.12
Fixed flushContext that was messed up with setGas
v1.0.11
Fixed vm.setGas function.
v1.0.10
Added setGas function, remove warmup time from gas counting