[wasm-api] Use i32 instead of externref in API spec
Oh well...
This commit is contained in:
parent
bd28d01a6a
commit
63904538c8
|
@ -63,7 +63,7 @@ static void debugprint(wasm_exec_env_t exec_env, char *the_string, uint8_t len)
|
||||||
#define NATIVE_SYMBOL(signature, name) {#name, (void *) hb::wasm::name, signature, NULL}
|
#define NATIVE_SYMBOL(signature, name) {#name, (void *) hb::wasm::name, signature, NULL}
|
||||||
static NativeSymbol _hb_wasm_native_symbols[] =
|
static NativeSymbol _hb_wasm_native_symbols[] =
|
||||||
{
|
{
|
||||||
NATIVE_SYMBOL ("(r)r", font_get_face),
|
NATIVE_SYMBOL ("(i)i", font_get_face),
|
||||||
#ifdef HB_DEBUG_WASM
|
#ifdef HB_DEBUG_WASM
|
||||||
{
|
{
|
||||||
"debugprint",
|
"debugprint",
|
||||||
|
|
Loading…
Reference in New Issue