Skip to content

Commit c47c071

Browse files
authored
Add a brand new GumJS runtime based on QuickJS (#495)
This means we can finally rely on ES2020 being available everywhere, which simplifies tooling, improves performance, and reduces the maintenance burden.
1 parent f5f1d46 commit c47c071

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+24327
-168
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "bindings/gumjs/tinycc"]
22
path = ext/tinycc
33
url = https://github.com/frida/tinycc.git
4+
[submodule "ext/quickjs"]
5+
path = ext/quickjs
6+
url = https://github.com/frida/quickjs.git

0 commit comments

Comments
 (0)