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

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