Internals visualizer — retired in parot 0.3.0

This browser demo visualized low-level internal arrays for an input string. Those primitives were removed from the public WASM API in parot 0.3.0 — they leaked implementation details that have no stable shape guarantee across releases.

Use Index instead

For substring search, building an Index is simpler and faster for any realistic workload:

Other demos still live here

See Python API and JavaScript API for the full supported surface.