diff --git a/src/harfbuzz.cc b/src/harfbuzz.cc index d7e8a93f3..26e2bc145 100644 --- a/src/harfbuzz.cc +++ b/src/harfbuzz.cc @@ -58,3 +58,5 @@ #include "hb-ucd.cc" #include "hb-unicode.cc" #include "hb-uniscribe.cc" +#include "hb-wasm-api.cc" +#include "hb-wasm-shape.cc" diff --git a/src/hb-wasm-shape.cc b/src/hb-wasm-shape.cc index 14dbf48fc..90bfcf23e 100644 --- a/src/hb-wasm-shape.cc +++ b/src/hb-wasm-shape.cc @@ -227,7 +227,7 @@ _hb_wasm_shape (hb_shape_plan_t *shape_plan, goto fail; } - /* TODO Regularize clusters accordint to direction & cluster level, + /* TODO Regularize clusters according to direction & cluster level, * such that client doesn't crash with unmet expectations. */ if (!results[0].of.i32)