From 50b22368d04893afa9227ac2c3321ef43c5ae638 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 23 Feb 2023 13:41:41 -0700 Subject: [PATCH] Revert "Fix function signature" This reverts commit d70ebf98b0c696f3c66a20b1243cb347e3e3abc8. Nope. A struct return is not returned that way. --- 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 a28342808..ee41235b9 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 ("(ii)i", face_reference_table), + NATIVE_SYMBOL ("(iii)", face_reference_table), /* font */ NATIVE_SYMBOL ("(i)i", font_get_face),