summaryrefslogtreecommitdiff
path: root/src/wasm-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-common.h')
-rw-r--r--src/wasm-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm-common.h b/src/wasm-common.h
index 4d984c3a..2655e5bf 100644
--- a/src/wasm-common.h
+++ b/src/wasm-common.h
@@ -346,6 +346,7 @@ WasmBool wasm_is_naturally_aligned(WasmOpcode opcode, uint32_t alignment);
* |opcode|, else return |alignment| */
uint32_t wasm_get_opcode_alignment(WasmOpcode opcode, uint32_t alignment);
+WasmStringSlice wasm_empty_string_slice(void);
WasmBool wasm_string_slices_are_equal(const WasmStringSlice*,
const WasmStringSlice*);
void wasm_destroy_string_slice(struct WasmAllocator*, WasmStringSlice*);