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

19 lines
281 B
C

//
// m3_module.h
// m3
//
// Created by Steven Massey on 7/7/19.
// Copyright © 2019 Steven Massey. All rights reserved.
//
#ifndef m3_module_h
#define m3_module_h
#include "m3_env.h"
i32 AllocatePrivateHeap (M3Memory * io_memory, i32 i_size);
#endif /* m3_module_h */