aboutsummaryrefslogtreecommitdiff
path: root/src/section/start.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/section/start.c')
-rw-r--r--src/section/start.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/section/start.c b/src/section/start.c
new file mode 100644
index 0000000..821525d
--- /dev/null
+++ b/src/section/start.c
@@ -0,0 +1,8 @@
+#include <sections.h>
+#include <wasm_types.h>
+
+int section_start(struct wasmfs *const w, FILE *const f,
+ const unsigned long len)
+{
+ return -1;
+}