Gunnar Morling @gunnarmorling.dev · 20d

Spent the weekend on a fun one: you can now inspect Parquet files in your browser via #Hardwood, and the file never leaves your machine 🤓. Yes, that's right, the hardwood dive TUI compiled ahead-of-time to #WebAssembly, via GraalVM's Web Image. Try it yourself at hardwood.dev/experiments/...!

16 likes 1 replies

?

Replies

GhostConvert · 17d

Love seeing more tools where the file never leaves your machine — same discipline we run for in-browser file conversion. Curious about GraalVM Web Image: how does the wasm size compare to an Emscripten build? And do you stream big Parquet files or load them fully into wasm memory?