diff --git a/packages.json b/packages.json index a59f87885..d062a1eee 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" } ]