You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wasm3/source/m3_api_libc.h

21 lines
370 B
C

//
// m3_api_libc.h
//
// Created by Volodymyr Shymanskyy on 11/20/19.
// Copyright © 2019 Volodymyr Shymanskyy. All rights reserved.
//
#ifndef m3_api_libc_h
#define m3_api_libc_h
#include "m3_core.h"
d_m3BeginExternC
M3Result m3_LinkLibC (IM3Module io_module);
M3Result m3_LinkSpecTest (IM3Module io_module);
d_m3EndExternC
#endif // m3_api_libc_h