You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tebako-compiled executable DOES NOT EXTRACT the DwarFS image out into a temporary directory for execution
It extracts some files that are directly accessed by Ruby extensions as expained here: #42 (comment)
If we want just extract the image we do not need DwarFS. Now we are following ruby-packer approcach and run the application from in-memory DwarFS filesystem.
Otherwise we could just compress ruby folder and extract it on startup just as OCRA does.
On every run, a tebako-compiled executable extracts the DwarFS image out into a temporary directory for execution.
We should cache this extraction step across runs, so we only extract the files when we need to:
The text was updated successfully, but these errors were encountered: