Revert "Fix function signature"
This reverts commit d70ebf98b0c696f3c66a20b1243cb347e3e3abc8. Nope. A struct return is not returned that way.
This commit is contained in:
parent
743cd2c46e
commit
50b22368d0
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue