mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-07-15 08:48:33 +00:00
13 lines
157 B
C
13 lines
157 B
C
#ifndef WASM_H
|
|
#define WASM_H
|
|
|
|
#include "wasm_export.h"
|
|
#include "bh_read_file.h"
|
|
|
|
void init_wasm();
|
|
|
|
void call_wasm_function();
|
|
|
|
void deInit_wasm();
|
|
|
|
#endif |