diff --git a/registry/data/third-party.json b/registry/data/third-party.json index 92f8f6e6..f1565465 100644 --- a/registry/data/third-party.json +++ b/registry/data/third-party.json @@ -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", @@ -1131,4 +1144,4 @@ ] } ] -} \ No newline at end of file +}