bit-lang

Results 19 comments of bit-lang

found something. 1. after 'wails init' the following Greet func is auto generated. If the Greet() is kept in the code, the compile will succeed. ```go func (a *App) Greet(input...

> Do you have a reference to Greet in your frontend code? no I don't have Greet in front end code. I kept Greet both back end and front end...

> relative paths work you just have to format it like this with the slash: > > > > **var DOSWASMSETTINGS = { > > CLOUDSAVEURL: "", > > ISOURL:...

> relative paths work you just have to format it like this with the slash: > > > > **var DOSWASMSETTINGS = { > > CLOUDSAVEURL: "", > > ISOURL:...

> not at the moment, it currently only supports a single hard drive in local storage or as a default image. Noted. Thanks

I see. Is there any way for communication between vm and host? For example, another repo "copy/v86" uses serial communication for basic sending/receiving data.

> There may be some limit but I'm not sure what it is. I just picked 2GB as a practical number but you can try pushing it harder. Its more...

> in windows 95 I had good success with version 5 - but later ones may work as well. Here are some results I got. 1. Readable img size on...

One more question about the settings.json How does the ISOURL field work? I tried to serve an iso from localhost , but it seemed not working.