change the directory structure

This commit is contained in:
Jarred Sumner
2022-06-22 23:21:48 -07:00
parent 25f820c6bf
commit 729d445b68
919 changed files with 1958 additions and 1727 deletions

View File

@@ -12,7 +12,7 @@ It's important to periodically update WebKit for many reasons:
To upgrade, first find the commit in **bun's WebKit fork** (not bun!) between when we last upgraded and now.
```bash
cd src/javascript/jsc/WebKit # In the WebKit directory! not bun
cd src/bun.js/WebKit # In the WebKit directory! not bun
git checkout $COMMIT
```
@@ -38,7 +38,7 @@ Make sure that JSC's CLI is able to load successfully. This verifies that the bu
You know this worked when it printed help options. If it complains about symbols, crashes, or anything else that looks wrong, something is wrong.
```bash
src/javascript/jsc/WebKit/WebKitBuild/Release/bin/jsc --help
src/bun.js/WebKit/WebKitBuild/Release/bin/jsc --help
```
Then, clear out our bindings and regenerate the C++<>Zig headers: