From 988433b0839680a7233e7bda109c0d02386cca15 Mon Sep 17 00:00:00 2001 From: Yuriy Glukhov Date: Thu, 23 Nov 2023 17:50:35 +0100 Subject: [PATCH] Add packages wasmrt and yasync (#2756) --- packages.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/packages.json b/packages.json index a59f878..d062a1e 100644 --- a/packages.json +++ b/packages.json @@ -31944,5 +31944,29 @@ "description": "Gura Configuration Language for Nim", "license": "MIT", "web": "https://github.com/khchen/gura" + }, + { + "name": "wasmrt", + "url": "https://github.com/yglukhov/wasmrt", + "method": "git", + "tags": [ + "wasm", + "webassembly" + ], + "description": "Nim wasm runtime", + "license": "MIT", + "web": "https://github.com/yglukhov/wasmrt" + }, + { + "name": "yasync", + "url": "https://github.com/yglukhov/yasync", + "method": "git", + "tags": [ + "async", + "futures" + ], + "description": "Yet another async/await for Nim", + "license": "MIT", + "web": "https://github.com/yglukhov/yasync" } ]