rong_arkjs 0.3.1

ArkJS backend for RongJS
Documentation
  • Coverage
  • 0%
    0 out of 5 items documented0 out of 4 items with examples
  • Size
  • Source code size: 150.23 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.67 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 1m 41s Average build duration of successful builds.
  • all releases: 1m 29s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • butterflyfish

rong_arkjs

Rust bindings for OpenHarmony ArkJS JavaScript engine.

Overview

This crate provides Rust bindings for the ArkJS JavaScript engine used in OpenHarmony OS. ArkJS is the JavaScript runtime that powers HarmonyOS applications.

Platform Support

rong_arkjs is only supported on HarmonyOS/OpenHarmony targets such as:

  • aarch64-unknown-linux-ohos

You must install the HarmonyOS/OpenHarmony native toolchain and set:

export OHOS_NDK_HOME=/path/to/ohos-sdk

Then build with:

cargo build --target aarch64-unknown-linux-ohos