summaryrefslogtreecommitdiff
path: root/src/wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm.h')
-rw-r--r--src/wasm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm.h b/src/wasm.h
index fe4ca245..a371148f 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -479,7 +479,7 @@ typedef struct WasmModuleField {
union {
WasmFunc func;
WasmImport import;
- WasmExport wasm_export;
+ WasmExport export_;
WasmVarVector table;
WasmFuncType func_type;
WasmMemory memory;