Fossil

All files named ”extsrc/pikchr.wasm”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for extsrc/pikchr.wasm

2025-03-19
16:27
Yet another update to Pikchr to fix the arc bounding box problem. ... (file: [5dcce2f7] check-in: [f78e48fe] user: drh branch: trunk, size: 97990)
2025-03-05
13:19
Automatically randomize the names of the "pikchr.js" and "pikchr.wasm" files after "make wasm", to force browser cache reloads. ... (file: [a5c085da] check-in: [369cb383] user: drh branch: wasm-cache-workaround, size: 97822)
12:11
Update pikchr to the latest check-in. ... (file: [1a94b1d1] check-in: [95b8022b] user: drh branch: wasm-cache-workaround, size: 97818)
06:25
Render the pikchr version in the /pikchrshow footer/toolbar. Update to latest upstream pikchr.c to work around an Emscripten issue when trying to export inlined functions (pikchr_version()). Rebuild pikchr wasm pieces with emscripten 4.0.4 (latest as of this writing). ... (file: [d882cc68] check-in: [f3227f8f] user: stephan branch: wasm-cache-workaround, size: 97538)
00:40
Update to the latest pikchr.c. If then the "pikchr.wasm" filename in the generated extsrc/pikchr.js file is changes to something like "pikchr-v12345678.wasm" and if the "pikchr.js" filename in extsrc/pikchr-worker.js is change similarly, and if the cache is disabled in the browser, then the new version of pikchr loads immediately and without hassle. ... (file: [e626aad5] check-in: [cebd126d] user: drh branch: wasm-cache-workaround, size: 97786)
2025-03-04
03:48
Rebuild pikchr wasm/js. For reasons beyond my ken, the [c32f97e9e] build was rendering correctly (as per that fix) in legacy mode but not wasm mode. ... (file: [07dd0720] check-in: [316b0a68] user: stephan branch: trunk, size: 97368)
2025-03-03
20:57
Bug fix in pikchr. ... (file: [dc55f222] check-in: [c32f97e9] user: drh branch: trunk, size: 97675)
2025-02-28
22:33
Rebuild pikchr.js, adding stackAlloc to the list of Emscripten functions which need to be activated. ... (file: [72467ec9] check-in: [b6d02fe9] user: stephan branch: trunk, size: 97336)
22:14
Update pikchr to latest upstream trunk and rebuild wasm components using Emcripten 4.0.3. (Edit: worked on my local machine and fails on a remote. Probably browser caching.) ... (file: [1565d8d0] check-in: [b1b1770d] user: stephan branch: mistake, size: 97350)
2024-07-24
14:47
Update the built-in SQLite to the latest 3.47.0 alpha, including the percentile() and median() extensions in the CLI. Update to the latest Pikchr version. ... (file: [e1c849f2] check-in: [4a26cb95] user: drh branch: trunk, size: 97804)
2024-06-25
06:30
Update to the latest pikchr in order to fix the bug in "with .start at ..." positioning. ... (file: [03f3f056] check-in: [390e0013] user: drh branch: trunk, size: 97777)
2024-02-09
00:12
Rebuild pikchr.wasm/js with emcc 3.1.53 and adapt the associated build rule in src/main.mk to account for a breaking emcc change (should also be backwards-compatible to older emcc's). ... (file: [de56cf6f] check-in: [5a09f499] user: stephan branch: trunk, size: 97757)
2024-02-08
20:45
Update Pikchr to include fixes to autofit on diamond objects. ... (file: [c0e30bf4] check-in: [f4ec8e0f] user: drh branch: trunk, size: 97768)
15:18
Update Pikchr to the experimental version that supports the "diamond" primitive. ... (file: [94b4d6b1] check-in: [7b4ab46a] user: drh branch: pikchr-diamond, size: 97557)
2023-08-23
15:57
New Pikchr that fixes text positioning on negative thickness lines. ... (file: [1b2a54e2] check-in: [2bdd36e4] user: drh branch: trunk, size: 96919)
15:36
Update Pikchr to support zero-thickness objects. ... (file: [40123bc2] check-in: [8ed25a31] user: drh branch: trunk, size: 96892)
2023-08-12
19:24
Update the built-in Pikchr to fix the "same" operator flow-control bug reported on the Pikchr forum. ... (file: [67abf7d0] check-in: [c21423eb] user: drh branch: trunk, size: 96869)
2023-05-18
17:02
Update Pikchr to omit the artifical enlargement of "mono" text. ... (file: [5fc0cddc] check-in: [b1c0409a] user: drh branch: trunk, size: 96893)
16:49
Update the built-in Pikchr to the version that supports "mono". There is an issue with the WASM module yet to be resolved. ... (file: [5f5406ec] check-in: [43eefe66] user: drh branch: trunk, size: 96907)
2023-05-12
16:50
Account for emscripten change which broke pikchr-worker.js: stackAlloc() now requires explicit export. ... (file: [7f1b6aec] check-in: [fc8d306a] user: stephan branch: trunk, size: 96713)
2022-12-07
12:33
Rebuid pikchr.wasm/js for latest pikchr.c. ... (file: [82d23a9c] check-in: [ec6cb37a] user: stephan branch: trunk, size: 96715)
2022-10-26
12:46
Update the built-in Pikchr source code and WASM/JS builds. ... (file: [33c461fb] check-in: [8f4a32cc] user: drh branch: trunk, size: 98227)
2022-07-28
15:23
Latest upstream pikchr.c and pikchr.wasm. ... (file: [e388cf3f] check-in: [d5ec3629] user: stephan branch: trunk, size: 98187)
2022-06-14
17:42
Latest upstream pikchr.c to enable HTML entities which contain digits. ... (file: [aebb1cec] check-in: [b1ffe209] user: stephan branch: trunk, size: 97864)
14:34
Updated pikchr.c for HTML entity escaping fix. ... (file: [4903dc6a] check-in: [b3a0a4cd] user: stephan branch: trunk, size: 97813)
2022-06-07
22:22
Recompiled pikchr.js/wasm with latest emscripten. Fixed a left-shifted SVG truncation case. Ported example script selection from legacy pikchrshow into the new version. ... (file: [39737d31] check-in: [6c07b286] user: stephan branch: pikchrshow-wasm, size: 97578)
2022-06-06
18:02
Replace /pikchrshow with a WASM-based version and rename the prior version to /pikchrshowcs (cs=client/server). There are still a couple layout/style quirks to resolve, and a feature or two to port from the legacy app, but it more or less works. ... (file: [c69c41fb] check-in: [321f01a8] user: stephan branch: pikchrshow-wasm, size: 97622)