Live data from Hacker News

V86 – An x86-compatible CPU and hardware emulator

github.com

1–10 of 58 posts

Re: V86 – An x86-compatible CPU and hardware emulator

#2
Fabrice has expressed anti ELF comments before and as an honest Christian I can't support this work in good conscience. We need to uninvite Fabrice from any and all talks, conferences, and other industry events. Someone has got to take a stand for those helpers.

Re: V86 – An x86-compatible CPU and hardware emulator

#7
How much work would be required to allow network access from one of these emulated machines? Could it be done over websockets (via a proxy)?

EDIT: After reading the docs, it seems that this is already implemented (via websockets, too!): https://github.com/copy/v86/blob/master/docs/networking.md

Re: V86 – An x86-compatible CPU and hardware emulator

#8

> Author > > Fabian Hemmer (http://copy.sh/, copy@copy.sh) That's not Fabrice Bellard[1]... [1]: http://bellard.org/ [edit]: The submission title has now been edited to no longer say this is a project by Fabrice Bellard.

nice trick to make it appear in front page

Re: V86 – An x86-compatible CPU and hardware emulator

#9

How much work would be required to allow network access from one of these emulated machines? Could it be done over websockets (via a proxy)? EDIT: After reading the docs, it seems that this is already implemented (via websockets, too!): https://github.com/copy/v86/blob/master/docs/networking.md

Also, a few of the live demos have networking enabled.
Post reply on HN