From 743cd2c46ee0c81958e2c360d56391da679107f6 Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Thu, 23 Feb 2023 20:35:16 +0000 Subject: [PATCH] Fix function signature --- src/hb-wasm-api-list.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-wasm-api-list.hh b/src/hb-wasm-api-list.hh index ee41235b9..a28342808 100644 --- a/src/hb-wasm-api-list.hh +++ b/src/hb-wasm-api-list.hh @@ -52,7 +52,7 @@ static NativeSymbol _hb_wasm_native_symbols[] = { /* face */ - NATIVE_SYMBOL ("(iii)", face_reference_table), + NATIVE_SYMBOL ("(ii)i", face_reference_table), /* font */ NATIVE_SYMBOL ("(i)i", font_get_face),