mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
change the directory structure
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user