Viewing profile — kev_emu
kev_emu
HN member- Joined
- Fri, Feb 03, 2017, 4:04 PM UTC
- HN karma
- 38
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About kev_emu
No profile information was provided.
Recent public activity
-
comment
Comment #36299491
You could try BoxedWine. It is enough of a PC emulator to run an unmodified 32-bit version of Wine. Runs on Windows, Mac, linux and in a web browser. - https://github.com/danoon2/B…
-
comment
Comment #36200647
Another twist on self hosted web apps is peergos. Uses a capability based system for access and sharing. End-to-end encrypted and P2P. App Examples - github.com/peergos/example-app…
-
comment
Comment #34646294
That already exists. boxedwine.org
-
comment
Comment #33683396
Another example is the sandbox we have built for Peergos[1] for user apps Combination of double iframe, service worker and writable streams. Not without issue due to browser behavi…
- story
-
comment
Comment #28566854
I would be interested in your thoughts on using PochiVM as a means to add a dynamic re-compiling core for emulators. The emulator would identify hot code blocks, generate C like co…
-
comment
Comment #26924270
The WASM build uses the 'normal' CPU core. In this core the CPU emulator is a collection of indirect calls that performs poorly in WASM due the runtime checks to verify the number …
-
comment
Comment #26924141
BoxedWine does OpenGL passthrough on platforms where available. This does not extend to the WASM/WebGL, but I really tried! I was able to get it working for some simple OpenGL appl…
-
comment
Comment #26923082
I worked on the emscripten/wasm build of boxedwine. I can answer some questions. The project has been around in some form for 9 years. It was originally in java, then straight c, n…