From 2480e5a6e0eae4200d1a1fba3f5b1df109235f92 Mon Sep 17 00:00:00 2001 From: "Jiaxiao Zhou (Mossaka)" Date: Thu, 28 Nov 2024 20:24:41 -0500 Subject: [PATCH] testdata/corpus: add wazero and it's examples to testdata/corpus Signed-off-by: Jiaxiao Zhou (Mossaka) --- testdata/corpus.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testdata/corpus.yaml b/testdata/corpus.yaml index f239c4f3f9..59c17a8421 100644 --- a/testdata/corpus.yaml +++ b/testdata/corpus.yaml @@ -281,3 +281,7 @@ version: v2 - repo: github.com/soypat/mu8 - repo: github.com/brandondube/pctl +- repo: github.com/tetratelabs/wazero + subdirs: + - pkg: examples/basic + - pkg: examples/allocation