Elektrine lite

← Feed

@gloriouscow@oldbytes.space

Post #4384646

2026-08-04 21:14 UTC

I had wanted to make this disassembler interface for a while, the disassembler has just been sitting there waiting for me to slap a front end on it. But i haven't really been happy with most of the rust web front ends. Ultimately, the best front end is no front end. Using jinja2 templates and just treating your Rust wasm blob like a fancy, browser-side PHP server is very straightforward.

Replies (1)

  • @gloriouscow@oldbytes.space 2026-08-04 21:19

    The hex is parameter encoded, so if you disassemble something you can send the link to people. the link might get disgustingly large, but I can't conceive of any way to create a shortener that doesn't require server architecture. Anyone know of any free services for link shortening?

    Open ##4384643