Skip to content

Commit

Permalink
Add a brand new GumJS runtime based on QuickJS (#495)
Browse files Browse the repository at this point in the history
This means we can finally rely on ES2020 being available everywhere,
which simplifies tooling, improves performance, and reduces the
maintenance burden.
  • Loading branch information
oleavr committed Oct 20, 2020
1 parent f5f1d46 commit c47c071
Show file tree
Hide file tree
Showing 77 changed files with 24,327 additions and 168 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "bindings/gumjs/tinycc"]
path = ext/tinycc
url = https://github.com/frida/tinycc.git
[submodule "ext/quickjs"]
path = ext/quickjs
url = https://github.com/frida/quickjs.git
Loading

0 comments on commit c47c071

Please sign in to comment.