Release v86_all.js #1404
alejandrocobo
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
You can run |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
I'm in the process of renovating my v86 VMs to the latest version of this spectacular project. I have two frontends: the "production" one where the people can use the machine. This uses the libv86/WASM release since I need just the plain VM. The other one is for internal use and is meant to take states snapshots and save the hda image. For the latest, I'd like to have the UI helpers. But for that, I have to build the full code. So in order to skip this step, would be possible to release the v86_all.js file along with the v86 lib and the WASM?
I know I could use copy.sh/v86, but that version is not always the latest and I'd like to use the exact same code to take snapshots, save the hda and run the machine in a "production" environment.
And yes, I know there is an example to take snapshots that uses the WASM, but there are other very useful function that are yet implemented in the UI helpers and not included in the example files.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions