Skip to content

Commit

Permalink
Add packages wasmrt and yasync (#2756)
Browse files Browse the repository at this point in the history
  • Loading branch information
yglukhov authored Nov 23, 2023
1 parent f04c7c7 commit 988433b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]

0 comments on commit 988433b

Please sign in to comment.