diff options
Diffstat (limited to 'src/wasm.h')
-rw-r--r-- | src/wasm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -479,7 +479,7 @@ typedef struct WasmModuleField { union { WasmFunc func; WasmImport import; - WasmExport wasm_export; + WasmExport export_; WasmVarVector table; WasmFuncType func_type; WasmMemory memory; |