container2wasm icon indicating copy to clipboard operation
container2wasm copied to clipboard

WASM Save States

Open pateljoel opened this issue 7 months ago • 1 comments

This is a great and awesome project! I've been playing with c2w and although the image build took long on my PC (was trying out vim) I was wondering if this supports save states such that I can modify the WASM file and save it into a WASM file.

Is this possible and is there any advice on how to do this?

Thanks!

pateljoel avatar Dec 03 '23 18:12 pateljoel

Thanks for trying it! Wasm images are built on BuildKit so the BuildKit's cache (e.g. per Dockerifle instruction) is enabled by default. Finer cache system is expected but we don't have it as of now so it's a future work.

ktock avatar Dec 04 '23 00:12 ktock