src/wasm

Branch


Log

Author Commit Date CI Message
Khaled Hosny c650858c 2023-07-08T13:57:05 [graphite] Fix cluster advance width Based on https://github.com/harfbuzz/harfbuzz/issues/4309#issuecomment-1624730406 Fixes https://github.com/harfbuzz/harfbuzz/issues/4309
Behdad Esfahbod d2fb583a 2023-03-31T12:18:41 [wasm-graphite] Fix advance signedness
Simon Cozens 0a16c60b 2023-03-10T14:31:56 [wasm-rust] Derive some friendly traits
Simon Cozens e78d8653 2023-03-02T19:47:33 [wasm-rust] panic if buffer_set_contents fails
Behdad Esfahbod 6aea77c6 2023-02-26T12:28:25 [wasm-shape] Add (disabled) module support
Simon Cozens 7e397d86 2023-02-26T13:57:34 [wasm-rust] Fix shape parameters
Simon Cozens d942f72c 2023-02-26T13:57:07 [wasm-rust] Fix path
Simon Cozens 52b11546 2023-02-26T13:57:00 [wasm-rust] Optional kurbo dependency
Behdad Esfahbod 4096115b 2023-02-25T14:22:03 [wasm-graphite] Export malloc/free Makes the wasm-micro-runtime use these instead of internal heap.
Behdad Esfahbod b9d4758b 2023-02-25T13:07:56 [wasm/graphite] Add commented out allocator export
Behdad Esfahbod 3c599434 2023-02-25T13:04:54 [wasm/graphite] Remove stale comment
Behdad Esfahbod 9b66e454 2023-02-25T12:44:32 [wasm/graphite] Remove unused variable Wasm cannot export those?
Behdad Esfahbod 8215e706 2023-02-25T12:37:11 [wasm-graphite] Memory hygiene
Behdad Esfahbod d5d8fc04 2023-02-25T12:17:30 [wasm/graphite] Include standard headers Since we use emcc here.
Behdad Esfahbod 1f86890b 2023-02-25T11:55:34 [wasm/graphite] Typo
Behdad Esfahbod 918df8cc 2023-02-25T10:29:03 [wasm-api] Add glyph_outline_free
Behdad Esfahbod 7fff4a19 2023-02-25T10:25:19 [wasm-api] Reuse allocation in font_copy_glyph_outline
Behdad Esfahbod 6746ca4a 2023-02-25T09:41:20 [wasm] Minor remove undefine function
Behdad Esfahbod f2d227ad 2023-02-25T09:30:40 [wasm-api] Respect existing blob allocation in face_copy_blob
Behdad Esfahbod e7540043 2023-02-25T09:18:40 [wasm-api] Make buffer_copy_contents reuse contents
Behdad Esfahbod 65966e0c 2023-02-25T08:59:03 [wasm-api] Add font_copy_glyph_outline
Simon Cozens 92a57b4b 2023-02-25T15:38:08 [wasm-rust] update font_copy_table API
Simon Cozens db789eac 2023-02-25T15:35:37 [wasm-rust] Docs and API update
Behdad Esfahbod 2004528c 2023-02-25T08:23:14 [wasm-api] Change face_copy_table to return success
Simon Cozens 83b9c34f 2023-02-25T15:23:22 [wasm] Add rust example
Behdad Esfahbod 28a7c1f9 2023-02-25T08:16:31 [wasm-api] Rename face_reference_table to face_copy_table
Behdad Esfahbod b5b577f2 2023-02-25T08:12:16 [wasm-api] Make buffer_copy_contents return success
Behdad Esfahbod 1023a80d 2023-02-25T07:57:04 [wasm] Fix up samples
Behdad Esfahbod 4ad659a6 2023-02-25T07:48:35 [wasm] Move wasm-graphite
Simon Cozens 514a8d58 2023-02-25T14:42:13 [wasm-api] Add ergonomic Rust interface
Simon Cozens 74deaa9e 2023-02-25T13:33:49 [wasm-api] Restructure samples/libraries