What is the problem this feature will solve?
It will allow bun to be used in linux distributions such as Alpine Linux or BunOS. This could also potentially solve #255.
What is the feature you are proposing to solve the problem?
I have already attempted to implement this by creating a patched dockerfile, build.zig and makefile for building bun under alpine linux. However, it is missing proper FFI support, which seems to be an issue with the internals of bun (as FFI and static linking seems to work with deno).
What alternatives have you considered?
No response
What is the problem this feature will solve?
It will allow bun to be used in linux distributions such as Alpine Linux or BunOS. This could also potentially solve #255.
What is the feature you are proposing to solve the problem?
I have already attempted to implement this by creating a patched dockerfile, build.zig and makefile for building bun under alpine linux. However, it is missing proper FFI support, which seems to be an issue with the internals of bun (as FFI and static linking seems to work with deno).
What alternatives have you considered?
No response