This repo represents my attempt to port Dr Nederhof's resjs to Rust. I will only be working on
porting res_concat.js to Rust, and have no plans to port the other *_concat.js files (e.g. the editor).
I wanted to do this port, because...
- It's good experience working with Rust.
- I wanted to see if I could do it.
- I wanted to find out if the shorter load times and slightly faster execution of WASM in spite of increased IO latency would outweigh the performance of the original JS implementation.
This repo uses the same BSD 2-Clause license as the original resjs project.
Fair warning: My Rust skills are still very intro level, so don't judge my code too harshly. It'll get better.
- aux
- points
- lite
- struct
- syntax
- format
- render
- web
Original README.md from https://github.com/nederhof/resjs
For more information, open index.html in a browser, or go to
Hieroglyphic encoding (RES) in web pages using JavaScript.
See also L2/18-236.