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_bind.h

21 lines
387 B
C

//
// m3_bind.h
//
// Created by Steven Massey on 2/27/20.
// Copyright © 2020 Steven Massey. All rights reserved.
//
#ifndef m3_bind_h
#define m3_bind_h
#include "m3_env.h"
d_m3BeginExternC
u8 ConvertTypeCharToTypeId (char i_code);
M3Result SignatureToFuncType (IM3FuncType * o_functionType, ccstr_t i_signature);
d_m3EndExternC
#endif /* m3_bind_h */