arabeyes-org / ITL

Islamic Tools and Libraries
Other
80 stars 22 forks source link

JavaScript port #13

Open acamarata opened 10 years ago

acamarata commented 10 years ago

I am currently using praytimes but was wondering if there is any effort to port this in to JS. I didn't see anything on the ports repo.

sam-ka commented 3 years ago

A bit late, but nowadays you would just compile it to web assembly. I know from first-hand experience that you can get ITL working in javascript if you port it to Rust first (a relatively straight-forward process), but you can probably side-step rust and compile it directly using cross-compiler like llvm/clang.