From 0ade3f2761b0661ab4d1290ab704c594c1d90df9 Mon Sep 17 00:00:00 2001 From: Daniel Wirtz Date: Mon, 14 Sep 2020 05:12:24 +0200 Subject: Add mozjs, V8 and WABT setup script (#3053) Adds a new script `./third_party/setup.py` to conveniently install necessary dependencies for testing and fuzzing, including the SpiderMonkey JS shell (mozjs), the V8 JS shell and WABT. Other scripts now automatically pick these up when installed and fall back to look for the tools in PATH like before. --- third_party/v8/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 third_party/v8/.gitignore (limited to 'third_party/v8') diff --git a/third_party/v8/.gitignore b/third_party/v8/.gitignore new file mode 100644 index 000000000..d6b7ef32c --- /dev/null +++ b/third_party/v8/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore -- cgit v1.2.3