xwords/xwords4/wasm/wasmdutil.h
2021-03-19 14:26:18 -07:00

13 lines
240 B
C

#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