js-bridge 0.0.1

a javas runtime base deno
Documentation
# JS-BRIDGE  

[![ci](https://github.com/rust-china/js-bridge/workflows/Rust/badge.svg)](https://github.com/rust-china/js-bridge/actions)
[![Latest Version]][crates.io]
![downloads](https://img.shields.io/crates/d/js-bridge.svg?style=flat-square)

[Latest Version]: https://img.shields.io/crates/v/js-bridge.svg
[crates.io]: https://crates.io/crates/js-bridge

### Install

```rust
// Cargo.toml
js-bridge = { version = "0.0.1" }
```

---

usage: [examples](https://github.com/wuyuedefeng/js-bridge/tree/main/examples)