rust_jsc_sys 0.1.0

Low-level bindings to JavaScriptCore
docs.rs failed to build rust_jsc_sys-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: rust_jsc_sys-0.2.2

Env Variables

MacOS

export WEBKIT_PATH=/Users/${user}/Documents/Projects/WebKit

Linux

export JSC_LIBS_PATH=/Users/${user}/Documents/Projects/libs

The default JSC LIBS path is relative to the library path. If you have a different path, you can set the JSC_LIBS_PATH environment variable to the correct path.

Throuble shooting

if you encounter any problem, generating binary trying setting the following environment variables:

# for macOS
# path to the JavaScriptCore library
DYLD_LIBRARY_PATH=/Users/${user}/Documents/Projects/WebKit/WebKitBuild/JSCOnly/Release/lib:$DYLD_LIBRARY_PATH
# for linux
# path to the JavaScriptCore library
LD_LIBRARY_PATH=/Users/${user}/Documents/Projects/WebKit/WebKitBuild/JSCOnly/Release/lib:$LD_LIBRARY_PATH