Skip to content

Tags: buke/quickjs-go

Tags

v0.4.15

Toggle v0.4.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add call class Constructor (#351)

v0.4.14

Toggle v0.4.14's commit message
Merge branch 'main' of github.com:buke/quickjs-go

v0.4.13

Toggle v0.4.13's commit message
Merge branch 'main' of github.com:buke/quickjs-go

v0.4.12

Toggle v0.4.12's commit message
Merge branch 'main' of github.com:buke/quickjs-go

v0.4.11

Toggle v0.4.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
remove JS_DetectModule from LoadModule avoid err (#308)

v0.4.10

Toggle v0.4.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature/module (#307)

* enable module import

* support load and call es6 module

* load module from bytecode

v0.4.9

Toggle v0.4.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add AwaitEval and IsPromise (#303)

v0.4.8

Toggle v0.4.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add await function to execute a promise (#302)

v0.4.7

Toggle v0.4.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Timeout (#279)

* add SetExecuteTimeout to runtime

* add options for runtime

v0.4.6

Toggle v0.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add Runtime() function to context (#278)