reasonml / reason

Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems
http://reasonml.github.io
MIT License
10.14k stars 428 forks source link

Are there any plans to target wasm? #2631

Closed stoplion closed 1 year ago

stoplion commented 3 years ago

Are there any plans to target wasm?

davesnx commented 1 year ago

That doesn't depend on Reason and more depends on OCaml which a few people are interested in. The piece that needs to exist for OCaml to be viable in WASM is a GC: https://github.com/WebAssembly/gc

Closing