rong_jscore 0.4.0

JavaScriptCore backend for RongJS
docs.rs failed to build rong_jscore-0.4.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.

Rong JavaScriptCore Backend

This crate provides the JavaScriptCore (JSC) backend for RongJS.

  • Crate: rong_jscore
  • Purpose: Integrates WebKit's JavaScriptCore engine with RongJS
  • Usage: Enable the jscore feature on rong
  • Backend: macOS and iOS use the system JavaScriptCore.framework by default; all other targets link a source-built WebKit/JSCOnly artifact. Force the source backend on macOS/iOS too with jscore-source on rong (or source on this crate).
  • Source artifact: downloaded and cached from the pinned artifact manifest, or supplied via RONG_JSC_ROOT. See sys/README.md for the full setup, including bytecode support.

License

Licensed under either of:

  • MIT License (see ../LICENSE-MIT)
  • Apache License 2.0 (see ../LICENSE-APACHE)