Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kvinwang committed Dec 15, 2023
1 parent 38d16e8 commit e3763bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Phat QuickJS

This repository contains two QuickJS ports for Pink and Sidevm.

- [`pink-quickjs`](./pink-quickjs/): The old Pink Contract that evaluates QuickJS code.
- [`sidevm-quickjs`](./sidevm-quickjs/): The new SideVM program that drives [pink::ext().js_eval()](https://docs.rs/pink-extension/latest/pink_extension/chain_extension/trait.PinkExtBackend.html#tymethod.js_eval).

0 comments on commit e3763bb

Please sign in to comment.