/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Writing a Game Boy Emulator in OCaml
(linoscope.github.io)
200 points
ibobev
| 2 comments |
04 Jul 25 09:34 UTC
|
HN request time: 0.5s
|
source
1.
noobcoder
◴[
04 Jul 25 12:42 UTC
]
No.
44464013
[source]
▶
>>44462896 (OP)
#
ah nice ! great use of functors, GADTs
I wanna compare a CHIP 8 or NES emulator or port CAMLBOY to WASM using ocaml-wasm
replies(1):
>>44465452
#
ID:
GO
2.
hydroxideOH-
◴[
04 Jul 25 15:36 UTC
]
No.
44465452
[source]
▶
>>44464013 (TP)
#
It should already be possible to run CAMLBOY on WASM because of the new WASM backend of js_of_ocaml (wasm_of_ocaml).
↑