quickjs-tart

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

commit a5ea01bb14ee13cf0785d60c37b77d41fe96f695
parent e378b9df695c3900dab2d94bf7e76ab79cd31f6a
Author: Florian Dold <florian@dold.me>
Date:   Thu, 22 Dec 2022 10:58:51 +0100

tiny typo

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,4 +1,4 @@ -# Quickjs Taler Runtime (qtart) +# QuickJS Taler Runtime (qtart) This repository contains qtart, a JavaScript runtime for the GNU Taler wallet based on Fabrice Bellard's QuickJS. The runtime is statically linked.