How to float two figures next to each other?

I have a single-column document with multiple floating figures. Some of these are <50% of the width of the page and of similar height, and as such could float next to each other. By default Typst seems only to place these vertically beneath each other, no matter how thin they are.

I suppose more generally this is a two-dimensional bin-packing problem, for packing multiple floats onto a page.

Is there a way to accomplish this in Typst?

I’ve never seen or think it would look good if two unrelated figures are shown side by side in one column document. Floating probably won’t cut it, but meander – Typst Universe might to the trick, I think.