Skip to content

Commit

Permalink
hb_set_del to subset build
Browse files Browse the repository at this point in the history
  • Loading branch information
ebraminio authored Jul 17, 2020
1 parent ac41941 commit 8c27ab1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion subset/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ clang \
-Wl,--export=hb_face_create \
-Wl,--export=hb_set_create \
-Wl,--export=hb_set_add \
-Wl,--export=hb_set_del \
-Wl,--export=hb_set_union \
-Wl,--export=hb_face_reference_blob \
-Wl,--export=hb_blob_get_data \
Expand All @@ -43,4 +44,4 @@ clang \
-Wl,--export=__heap_base \
../libc/malloc.cc ../libc/zephyr-string.c ../libc/main.c ../harfbuzz/src/harfbuzz.cc \
../harfbuzz/src/hb-subset*.cc
mv a.out hb-subset.wasm
mv a.out hb-subset.wasm

0 comments on commit 8c27ab1

Please sign in to comment.