nanowasm/src/section/element.c

9 lines
191 B
C

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