[wasm-shape] Minor rename

This commit is contained in:
Behdad Esfahbod 2023-02-25 15:10:10 -07:00
parent 3226b4342b
commit a53690a937
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ struct hb_wasm_face_data_t {
};
static bool
init_wasm ()
_hb_wasm_init ()
{
static bool initialized;
if (initialized)
@ -99,7 +99,7 @@ _hb_wasm_shaper_face_data_create (hb_face_t *face)
if (!length)
goto fail;
if (!init_wasm ())
if (!_hb_wasm_init ())
goto fail;
wasm_module = wasm_runtime_load ((uint8_t *) hb_blob_get_data_writable (wasm_blob, nullptr),