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.
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
jscorefeature onrong - Backend: macOS and iOS use the system
JavaScriptCore.frameworkby default; all other targets link a source-built WebKit/JSCOnly artifact. Force the source backend on macOS/iOS too withjscore-sourceonrong(orsourceon this crate). - Source artifact: downloaded and cached from the pinned artifact manifest, or
supplied via
RONG_JSC_ROOT. Seesys/README.mdfor the full setup, including bytecode support.
License
Licensed under either of:
- MIT License (see
../LICENSE-MIT) - Apache License 2.0 (see
../LICENSE-APACHE)