[wasm-shape] Add XXX item
This commit is contained in:
parent
a53690a937
commit
2482bb120b
|
@ -55,6 +55,8 @@ struct hb_wasm_face_data_t {
|
||||||
static bool
|
static bool
|
||||||
_hb_wasm_init ()
|
_hb_wasm_init ()
|
||||||
{
|
{
|
||||||
|
/* XXX Umm. Make this threadsafe. How?! */
|
||||||
|
|
||||||
static bool initialized;
|
static bool initialized;
|
||||||
if (initialized)
|
if (initialized)
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue