From 3760ef553bff0b85a3b05e920d94c3db5706206d Mon Sep 17 00:00:00 2001 From: zach Date: Tue, 16 Apr 2024 10:57:36 -0700 Subject: [PATCH] chore: update repos.json and testWasm.json --- extism-dev/repos.json | 12 ++++++++++++ extism-dev/testWasm.json | 6 +++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/extism-dev/repos.json b/extism-dev/repos.json index a213710..60d5f58 100644 --- a/extism-dev/repos.json +++ b/extism-dev/repos.json @@ -51,6 +51,18 @@ "url": "git@github.com:extism/zig-sdk", "category": "sdk" }, + { + "url": "git@github.com:extism/lean4-sdk", + "category": "sdk" + }, + { + "url": "git@github.com:extism/perl-sdk", + "category": "sdk" + }, + { + "url": "git@github.com:extism/d-sdk", + "category": "sdk" + }, { "url": "git@github.com:extism/zig-pdk", "category": "pdk" diff --git a/extism-dev/testWasm.json b/extism-dev/testWasm.json index 37b4db0..3f0275f 100644 --- a/extism-dev/testWasm.json +++ b/extism-dev/testWasm.json @@ -3,5 +3,9 @@ "code-functions.wasm": "extism/c-pdk/examples/host-functions/host-functions.wasm", "alloc.wasm": "extism/c-pdk/tests/alloc.wasm", "hello.wasm": "extism/c-pdk/tests/hello.wasm", - "fail.wasm": "extism/c-pdk/tests/fail.wasm" + "code.wasm": "extism/plugins/plugins/count_vowels.wasm", + "count_vowels.wasm": "extism/plugins/plugins/count_vowels.wasm", + "fail.wasm": "extism/c-pdk/tests/fail.wasm", + "http.wasm": "extism/plugins/plugins/http.wasm", + "reflect.wasm": "extism/plugins/plugins/reflect.wasm" }