From d0dd90d8ff8758e472e3f5c2b5f61a48c37d0deb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Fuglede=20J=C3=B8rgensen?= Date: Sun, 23 Jun 2024 19:58:45 +0200 Subject: [PATCH] Improve usage instructions --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index c590a88..dee690d 100644 --- a/index.html +++ b/index.html @@ -41,7 +41,7 @@

Usage

based on the 15M parameter TinyStories-based model demoed above) and use it like you would any other font. Use it somewhere where Harfbuzz is used and built with Wasm support. - The simplest way to experiment with this is probably to build Harfbuzz and + The simplest way to experiment with this is probably to build Harfbuzz with -Dwasm=enabled and build wasm-micro-runtime, then add the resulting shared libraries, libharfbuzz.so.0.60811.0 and libiwasm.so to the LD_PRELOAD environment variable before running a Harfbuzz-based application such as gedit or GIMP; no recompilation of the applications is required.