Skip to content

Commit f480ea3

Browse files
committed
Added download link for the Binaries
1 parent e438078 commit f480ea3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ The compiled .idl files of the WebCore project were adapted to work directly in
1414

1515
I also wrote some new API methods to work with Typed Arrays in native code. Have a lookt at the `API/JSTypedArray.h`, it declares three new API functions. The documentation for these functoins can be found in this header file as well.
1616

17+
## Binaries
18+
19+
A binary version of the libJavaScriptCore.a that includes Typed Array support can be found here; don't expect this to be up to date, though:
20+
21+
http://phoboslab.org/crap/libJavaScriptCore-TypedArrays.zip
22+
1723
## How to Compile
1824

1925
1. Create a `Build/` directory in the top level of this repo. The combined `libWTF.a` and `JavaScriptCore.a` will be placed here

0 commit comments

Comments
 (0)