• Guillaume Ballet's avatar
    console, internal/jsre: use github.com/dop251/goja (#20470) · 7b68975a
    Guillaume Ballet authored
    This replaces the JavaScript interpreter used by the console with goja,
    which is actively maintained and a lot faster than otto. Clef still uses otto
    and eth/tracers still uses duktape, so we are currently dependent on three
    different JS interpreters. We're looking to replace the remaining uses of otto
    soon though.
    7b68975a
Name
Last commit
Last update
..
build Loading commit data...
cmdtest Loading commit data...
debug Loading commit data...
ethapi Loading commit data...
guide Loading commit data...
jsre Loading commit data...
testlog Loading commit data...
web3ext Loading commit data...