←back to thread

200 points ibobev | 1 comments | | HN request time: 0s | source
Show context
noobcoder ◴[] No.44464013[source]
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 #
1. hydroxideOH- ◴[] No.44465452[source]
It should already be possible to run CAMLBOY on WASM because of the new WASM backend of js_of_ocaml (wasm_of_ocaml).