Skip to content

Commit

Permalink
new: Added third-party TOML plugin for Wasmtime CLI (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac10334 authored Dec 17, 2024
1 parent 9c75d02 commit 94ee35a
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion registry/data/third-party.json
Original file line number Diff line number Diff line change
Expand Up @@ -1035,6 +1035,19 @@
"uv"
]
},
{
"id": "wasmtime",
"locator": "https://raw.githubusercontent.com/isaac10334/wasmtime-proto/master/wasmtime.toml",
"format": "toml",
"name": "Wasmtime",
"description": "A lightweight WebAssembly runtime that is fast, secure, and standards-compliant.",
"author": "isaac10334",
"homepageUrl": "https://wasmtime.dev",
"repositoryUrl": "https://github.com/isaac10334/wasmtime-proto",
"bins": [
"wasmtime"
]
},
{
"id": "wiretap",
"locator": "https://raw.githubusercontent.com/ngoldack/proto-tools/main/tools/wiretap/wiretap.toml",
Expand Down Expand Up @@ -1131,4 +1144,4 @@
]
}
]
}
}

0 comments on commit 94ee35a

Please sign in to comment.