xwords/xwords4/wasm/wasmdutil.h

14 lines
240 B
C
Raw Normal View History

2021-02-02 05:13:25 +01:00
#ifndef _WASMDUTIL_H_
#define _WASMDUTIL_H_
#include <pthread.h>
#include "dutil.h"
#include "mempool.h"
XW_DUtilCtxt* wasm_dutil_make( MPFORMAL VTableMgr* vtMgr, void* closure );
void wasm_dutil_destroy( XW_DUtilCtxt* dutil );
#endif