quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

commit 657bc150279163ac3fe84a535e3426240da809b0
parent 2b80085a856f7b1ce955be8b9d3453fb870fe454
Author: Florian Dold <florian@dold.me>
Date:   Tue,  3 Jan 2023 11:24:42 +0100

-not used anymore

Diffstat:
Dwallet-setup.js | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/wallet-setup.js b/wallet-setup.js @@ -1,3 +0,0 @@ -globalThis.__native_sendMessage = (x) => console.log(x); -installNativeWalletListener() -__native_onMessage(JSON.stringify({operation: "init", args: {}}))