Add packages wasmrt and yasync (#2756)

This commit is contained in:
Yuriy Glukhov 2023-11-23 17:50:35 +01:00 committed by GitHub
parent f04c7c73c4
commit 988433b083
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]