LIBRARY=src/blurhash-decode.wasm $(LIBRARY): blurhash/decode.c emcc -ffast-math -O3 --no-entry -Wl,--export,decodeToArray -Wl,--export,malloc -Wl,--export,free -Wl,--export,isValidBlurhash -o $@ blurhash/decode.c .PHONY: clean clean: rm -f $(LIBRARY)