Skip to content

Releases: highlayer-team/glomium

v1.1.6

23 Jun 16:51
Compare
Choose a tag to compare

Fix errors thrown in host's code now are passed through duktape, so it can handle them if they occur, or gets thrown as error of "run" (instead f global not handled error).

v1.1.5

20 Jun 02:03
Compare
Choose a tag to compare

Actually remove "Bareness"

v1.1.4

20 Jun 01:50
Compare
Choose a tag to compare

Added back essential internals like "Object", "String" and so

v1.1.3

28 Apr 19:47
Compare
Choose a tag to compare

Fixed calling functions exposed by vm.

v1.1.2

28 Apr 03:21
ca92f5a
Compare
Choose a tag to compare

Removed node's gc from context to prevent double freeing.

v1.1.1

25 Feb 04:16
Compare
Choose a tag to compare

Fix build issues.

v1.1.0

25 Feb 03:45
Compare
Choose a tag to compare

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

13 Nov 23:52
Compare
Choose a tag to compare

Fixed flushContext that was messed up with setGas

v1.0.11

09 Nov 13:54
Compare
Choose a tag to compare

Fixed vm.setGas function.

v1.0.10

09 Nov 05:27
Compare
Choose a tag to compare

Added setGas function, remove warmup time from gas counting