v8

This Docker image encapsulates the command-line tool "d8" from Google's V8 JavaScript Engine. To run this image after installing Docker, use a command like this, replacing /your/working/directory with the path to the location of the files you'd like to examine within the container: sudo docker run --rm -it -v /your/working/directory:/home/nonroot/files remnux/v8 bash Once you've activated the container using the command above, you can run the command-line version of V8 by typing the d8 command (e.g., d8 -f /your/working/directory/file.js). To use the pre-defined JavaScript object definitions, supply a command like d8 -f ~/objects.js /your/working/directory/file.js.

results matching ""

    No results matching ""