Fix dockerfile (hopefully)

Add dummy --json stats output to tests

Comment typos fixed

Add make get-v8, build-v8 and build-v8-dev make targets
This commit is contained in:
Karl Seguin
2025-04-15 15:03:22 +08:00
parent 8af71be551
commit f6c43eaf9c
6 changed files with 68 additions and 10 deletions

View File

@@ -221,15 +221,17 @@ env var `MIMALLOC_SHOW_STATS=1`. See
First, get the tools necessary for building V8, as well as the V8 source code:
```
zig build get-v8
make get-v8
```
Next, build v8. This build task is very long and cpu consuming, as you will build v8 from sources.
```
zig build build-v8
make build-v8-dev
```
For dev env, use `make build-v8-dev`.
## Test
### Unit Tests