Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/gfx/harfbuzz/src/wasm/sample/c/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 590 B image not shown  

Quelle  Makefile   Sprache: unbekannt

 
ADD_TABLE = ../../../addTable.py

all: test-fallback.wasm.ttf test-ot.wasm.ttf

%.wasm: %.cc ../../../hb-wasm-api.h
 clang \
  --target=wasm32-unknown-wasi \
  -Wl,--no-entry \
  -fvisibility=hidden \
  -Wl,--allow-undefined \
  -nostdlib \
  -I ../../.. \
  $< \
  -o $@

test-fallback.wasm.ttf: test.ttf shape-fallback.wasm $(ADD_TABLE)
 python $(ADD_TABLE) $< $@ shape-fallback.wasm

test-ot.wasm.ttf: test.ttf shape-ot.wasm $(ADD_TABLE)
 python $(ADD_TABLE) $< $@ shape-ot.wasm

clean:
 $(RM) test-fallback.wasm.ttf test-ot.wasm.ttf shape-fallback.wasm shape-ot.wasm

.PRECIOUS: *.wasm

Messung V0.5
C=91 H=97 G=93

[ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ]