diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-11-26 22:43:30 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-12-29 23:36:21 +0100 |
| commit | 52c18e60929b64285d4bb333f87482d954c9b2e0 (patch) | |
| tree | 836ab3a01d160f45cda4f5a28522fc0bf471011c /src/section/data.c | |
First commitfirst-step
Diffstat (limited to 'src/section/data.c')
| -rw-r--r-- | src/section/data.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/section/data.c b/src/section/data.c new file mode 100644 index 0000000..5a04d7b --- /dev/null +++ b/src/section/data.c @@ -0,0 +1,8 @@ +#include <sections.h> +#include <wasm_types.h> + +int section_data(struct wasmfs *const w, FILE *const f, + const unsigned long len) +{ + return -1; +} |
