aboutsummaryrefslogtreecommitdiff
path: root/src/section/element.c
blob: 370a95257d43976035dcd636df498b2ac15f13e8 (plain) (blame)
1
2
3
4
5
6
7
8
#include <sections.h>
#include <wasm_types.h>

int section_element(struct wasmfs *const w, FILE *const f,
    const unsigned long len)
{
    return -1;
}