Skip to content

Commit

Permalink
fix: cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
apskhem committed Feb 16, 2024
1 parent 1a12c36 commit da31e3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion wasm/event-stubs/Earthfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions wasm/event-stubs/my-component.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#include "hermes.h"

// cspell: words wasi cardano

int main(int argc, char *argv[]) {
return 0;
}
Expand Down

0 comments on commit da31e3d

Please sign in to comment.