JavaScript Interop between F# (Fable) and Rust (through Emscripten)
Calling
- F#/Fable functions from Rust through asmjs-unknown-emscripten is working
- calling Rust function from Fable works too
Data can be exchanged as JSONs (strings).
JavaScript Interop between F# (Fable) and Rust (through Emscripten)
Calling
Data can be exchanged as JSONs (strings).