Call a Rust function from JavaScript ● Can be used to implement compute heavy code in Rust ● Access those functions from JavaScript ● eg: Image resizing algorithm for an image editing online tool
Current challenges ● Text rendering for CJK languages (Font support, garbled text, etc) ● Running native code expecting native syscalls and interfaces (Emscripten) ● Rust graphics ecosystem is still young