ktock / container2wasm

Container to WASM converter
https://ktock.github.io/container2wasm-demo/
Apache License 2.0
1.98k stars 72 forks source link

Save State [Question] #234

Open agieocean opened 7 months ago

agieocean commented 7 months ago

Very interested in this project but wondering if there's anything similar to v86's emulator.save_state functionality: ex so there can be some level of persistence?

ktock commented 7 months ago

Currently we don't have that feature but SGTM about adding it. Bochs seems to support saving/restoring simulation so we can use that feature.

Cinemacloud commented 6 months ago

Yes this is quite useful/important how difficult is it to implement the Bochs option in c2w sessions?