From da31e3d8281f32eee61892a178815cca14773f34 Mon Sep 17 00:00:00 2001 From: Apisit Ritreungroj Date: Fri, 16 Feb 2024 18:47:32 +0700 Subject: [PATCH] fix: cspell --- wasm/event-stubs/Earthfile | 2 +- wasm/event-stubs/my-component.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wasm/event-stubs/Earthfile b/wasm/event-stubs/Earthfile index d823222b3..67216eb38 100644 --- a/wasm/event-stubs/Earthfile +++ b/wasm/event-stubs/Earthfile @@ -1,6 +1,6 @@ VERSION 0.7 -# cspell: words wasi autodrop webassembly WORKDIR CFLAGS +# cspell: words wasi autodrop webassembly WORKDIR CFLAGS mexec build-c-bindings: FROM ../wasi-hermes-component-adapter+builder diff --git a/wasm/event-stubs/my-component.c b/wasm/event-stubs/my-component.c index 4bb6c9e59..d791ace02 100644 --- a/wasm/event-stubs/my-component.c +++ b/wasm/event-stubs/my-component.c @@ -1,5 +1,7 @@ #include "hermes.h" +// cspell: words wasi cardano + int main(int argc, char *argv[]) { return 0; }