Revert "Fix function signature"

This reverts commit d70ebf98b0c696f3c66a20b1243cb347e3e3abc8.

Nope. A struct return is not returned that way.
This commit is contained in:
Behdad Esfahbod 2023-02-23 13:41:41 -07:00
parent 743cd2c46e
commit 50b22368d0
1 changed files with 1 additions and 1 deletions

View File

@ -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),