aboutsummaryrefslogtreecommitdiff
path: root/src/section/element.c
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-11-26 22:43:30 +0100
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-12-29 23:36:21 +0100
commit52c18e60929b64285d4bb333f87482d954c9b2e0 (patch)
tree836ab3a01d160f45cda4f5a28522fc0bf471011c /src/section/element.c
First commitfirst-step
Diffstat (limited to 'src/section/element.c')
-rw-r--r--src/section/element.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/section/element.c b/src/section/element.c
new file mode 100644
index 0000000..370a952
--- /dev/null
+++ b/src/section/element.c
@@ -0,0 +1,8 @@
+#include <sections.h>
+#include <wasm_types.h>
+
+int section_element(struct wasmfs *const w, FILE *const f,
+ const unsigned long len)
+{
+ return -1;
+}