nanowasm/src/section/start.c

10 lines
213 B
C

#include <sections.h>
#include <nanowasm/nw.h>
#include <wasm_types.h>
int section_start(const struct nw_mod_cfg *const cfg,
struct nw_mod *const m, FILE *const f, const unsigned long len)
{
return -1;
}