From b795ba9c14562be0a0367646b2350ae81a5fc477 Mon Sep 17 00:00:00 2001 From: Ari Rubinstein Date: Wed, 11 May 2022 16:50:11 -0700 Subject: [PATCH] Introduce XS as a fuzzing target (#7675) --- projects/xs/project.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 projects/xs/project.yaml diff --git a/projects/xs/project.yaml b/projects/xs/project.yaml new file mode 100644 index 000000000..e9791a501 --- /dev/null +++ b/projects/xs/project.yaml @@ -0,0 +1,9 @@ +homepage: "https://github.com/Moddable-OpenSource/moddable" +language: c +primary_contact: "peter.hoddie@gmail.com" +auto_ccs: + - peter@moddable.com + - ari@agoric.com +sanitizers: + - address +main_repo: 'https://github.com/Moddable-OpenSource/moddable.git'