Commit graph

13 commits

Author SHA1 Message Date
Fabian
121a5170f2 minor refactoring (remove readfile, use direct import for libv86.js) 2025-04-16 09:26:13 -07:00
Fabian
51bd604cc5 remove "use strict" (is default in es6 modules) 2025-04-16 09:26:13 -07:00
Rob Blanckaert
a9219613af Switch to es6 modules. 2025-04-06 08:53:49 -07:00
SuperMaxusa
1f3a3cec69 alpine: added virtio-net support 2025-01-02 12:04:09 -07:00
SuperMaxusa
ee8129b3cb alpine: edit readme
(see b7d4635638)
2025-01-02 12:04:09 -07:00
SuperMaxusa
a347ff4b24 alpine: update to 3.21 2025-01-02 12:04:09 -07:00
Fabian
23411f337e use emulator.destroy() over emulator.stop() to properly remove v86 instances
emulator.stop sometimes works (when the GC can figure out that .start()
is unreachable and nothing can call into the instance). However, some
resources, such as any WebSocket connection, need to be closed manually.
2024-12-20 10:41:09 -07:00
Fabian
6e4f6754b6 enable screen dummy by default
There is essentially no overhead to this, and it allows some further
simplifications
2024-09-15 16:31:48 -06:00
Fabian
037afdc3d9 alpine: add script to automatically build state image using nodejs 2024-05-26 17:47:16 +09:00
Fabian
484ce7db64 alpine: update to 3.20 and simplify readme 2024-05-26 17:09:58 +09:00
Fabian
7e56111429 improve alpine build process
fix for podman
add nodejs with hello world as example package
add missing modules=virtio_pci to fix boot process
2024-05-26 17:02:53 +09:00
SuperMaxusa
2f24859bce added dockerfile and changed build-container.sh
(from tools/docker/debian)
2024-03-13 13:36:56 -06:00
SuperMaxusa
b404f9647c added readme for alpine linux 9p rootfs 2024-03-13 13:36:56 -06:00