https://github.com/evilpie/chakra-shell
https://github.com/evilpie/chakra-shell
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/evilpie/chakra-shell
- Owner: evilpie
- License: other
- Created: 2014-01-28T10:40:00.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-28T11:21:47.000Z (over 12 years ago)
- Last Synced: 2025-01-22T18:28:18.964Z (over 1 year ago)
- Language: CSS
- Size: 145 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.rtf
Awesome Lists containing this project
README
# Chakra Shell
Chakra is Internet Explorer's JavaScript engine.
This shell is able to run the Octane benchmark. It supports one argument, which is the file to run and
has three additional host functions available to JS: `load`, `print` and `read`.
## How to run
description.html has some information on how to build the shell. You will need the Windows SDK 8.1, Visual Studio C++
and Internet Explorer 11. I got it working with Visual Studio C++ 2012, following
these [steps](http://blogs.msdn.com/b/vcblog/archive/2012/03/25/10287354.aspx) and
changing all occurrences from `Windows Kits\8.0\` to `Windows Kits\8.1\` .
## License
The code is heavily based on the "[JavaScript Runtime Hosting Sample](http://code.msdn.microsoft.com/windowsdesktop/JavaScript-Runtime-Hosting-d3a13880)" by Paul Vick, but modified by me. The code is licensed under Apache License, Version 2.0.