Skip to content

Commit

Permalink
chore: update repos.json and testWasm.json (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko authored Apr 16, 2024
1 parent 017d171 commit 7db5627
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
12 changes: 12 additions & 0 deletions extism-dev/repos.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,18 @@
"url": "[email protected]:extism/zig-sdk",
"category": "sdk"
},
{
"url": "[email protected]:extism/lean4-sdk",
"category": "sdk"
},
{
"url": "[email protected]:extism/perl-sdk",
"category": "sdk"
},
{
"url": "[email protected]:extism/d-sdk",
"category": "sdk"
},
{
"url": "[email protected]:extism/zig-pdk",
"category": "pdk"
Expand Down
6 changes: 5 additions & 1 deletion extism-dev/testWasm.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 7db5627

Please sign in to comment.