Changes between Version 2 and Version 3 of JSCOnly
- Timestamp:
- Jan 31, 2018, 11:39:17 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JSCOnly
v2 v3 4 4 5 5 The JSCOnly port allows to build the JSC (JavaScriptCore) interpreter using as less dependencies as possible 6 7 More info: http://constellation.github.io/blog/2016/05/02/how-to-build-javascriptcore-on-your-machine8 6 9 7 == Building == … … 31 29 Tools/Scripts/run-javascriptcore-tests --jsc-only --release --no-build --no-fail-fast 32 30 }}} 31 32 33 More info: http://constellation.github.io/blog/2016/05/02/how-to-build-javascriptcore-on-your-machine