Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kvinwang committed Dec 9, 2023
1 parent a0a64ee commit f81fb7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Notably, several APIs available in phat-quickjs are not present in sidevm-quickj
| pink.invokeContractDelegate |||
| pink.httpRequest |||
| pink.batchHttpRequest |||
| pink.deriveSecret || ❌ (may simulate in user land) |
| pink.hash || |
| pink.vrf || ❌ (may simulate in user land) |
| pink.deriveSecret || ❌ (polyfilled in [phat_js](https://docs.rs/phat_js/0.2.7/phat_js/fn.eval_async_js.html)) |
| pink.hash || Sidevm.hash (polyfilled in [phat_js](https://docs.rs/phat_js/0.2.7/phat_js/fn.eval_async_js.html))|
| pink.vrf || ❌ (polyfilled in [phat_js](https://docs.rs/phat_js/0.2.7/phat_js/fn.eval_async_js.html))|

And notable APIs available in sidevm-quickjs are not present in phat-quickjs:

Expand Down

0 comments on commit f81fb7e

Please sign in to comment.