Replies: 1 comment 1 reply
-
I had the intention of adding support for a Something like this. Do you think that would be enough? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some systems rely on obscure string encodings. A mechanism to provide custom formatters would be a nice feature to have. Maybe it could be based on WASM? And customasm provides a library that such formatters compile against.
One could the tell customasm to load these formatters:
customasm --formatters <file>,<dir> ...
. Maybe this could be turned into customasm functioning more as an "engine" of some kind.Beta Was this translation helpful? Give feedback.
All reactions