Skip to content

Commit

Permalink
doc: add README.md to rusty-v8 example
Browse files Browse the repository at this point in the history
  • Loading branch information
danbev committed Feb 16, 2021
1 parent f6fd837 commit 41802eb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions rusty-v8/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## rusty-v8 example
This directory contains an example that uses
[rusty-v8](https://github.com/denoland/rusty_v8) which is V8 Rust binding which
is used in [Deno](https://github.com/denoland/deno).

It tries to reproduce [hello-world.cc](../hello-world.cc) but uses rusty-v8.

### Building
```console
$ cargo build
```

### Run
```console
$ cargo run
```

0 comments on commit 41802eb

Please sign in to comment.