mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-06 08:03:11 +00:00
Add packages wasmrt and yasync (#2756)
This commit is contained in:
parent
f04c7c73c4
commit
988433b083
@ -31944,5 +31944,29 @@
|
|||||||
"description": "Gura Configuration Language for Nim",
|
"description": "Gura Configuration Language for Nim",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/khchen/gura"
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user