[wasm-shape] Add XXX item

This commit is contained in:
Behdad Esfahbod 2023-02-25 15:14:25 -07:00
parent a53690a937
commit 2482bb120b
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ struct hb_wasm_face_data_t {
static bool
_hb_wasm_init ()
{
/* XXX Umm. Make this threadsafe. How?! */
static bool initialized;
if (initialized)
return true;