You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+10
Original file line number
Diff line number
Diff line change
@@ -65,5 +65,15 @@ Thank you for considering contributing to JavaScriptKit! We welcome contribution
65
65
make test SWIFT_SDK_ID=wasm32-unknown-wasi
66
66
```
67
67
68
+
### Editing `./Runtime` directory
69
+
70
+
The `./Runtime` directory contains the JavaScript runtime that interacts with the JavaScript environment and Swift code.
71
+
The runtime is written in TypeScript and is checked into the repository as compiled JavaScript files.
72
+
To make changes to the runtime, you need to edit the TypeScript files and regenerate the JavaScript files by running:
73
+
74
+
```bash
75
+
make regenerate_swiftpm_resources
76
+
```
77
+
68
78
## Support
69
79
If you have any questions or need assistance, feel free to reach out via [GitHub Issues](https://github.com/swiftwasm/JavaScriptKit/issues) or [Discord](https://discord.gg/ashJW8T8yp).
0 commit comments