buganini / bsdconv

A simple but powerful DSL for charset/encoding conversion and transformation, pure C implementation with no extra dependencies
https://bsdconv.io/bsdconv/
BSD 2-Clause "Simplified" License
53 stars 6 forks source link

single binary mode? #24

Open roytam1 opened 1 year ago

roytam1 commented 1 year ago

is it possible to build bsdconv as a single binary? (everything is inside the .dll/.so file so no need to specify path.)

buganini commented 1 year ago

I think there are tools for packing current build result into single binary, it's not an easy task to turn the current design into single executable.