Cheng Xu

Results 50 comments of Cheng Xu

Sorry, I have no idea what's going on. cc @DomT4 who in my memory has more experience on lua staff.

With v0.4.0 of KaTeX, we start to abstract the JS engine behind [a common trait](https://github.com/xu-cheng/katex-rs/blob/master/src/js_engine.rs). Help is needed to add more JS engine backend in addition to the QuickJS.

Just as I mentioned above, my thought is to provide multiple JS backends in this crate. Therefore, the users can choose the suitable backend to their needs by assigning the...

Hi, sorry for the late response. Unfortunately, there are multiple issues with quickjs wasm. * The biggest issue is the wasm itself is not well maintained and not official project...

I have now released `katex 0.4.0`. It now supports two new JS backends, i.e., Duktape and wasm-bindgen. If you want to support more JS backends, PR is welcome. There are...

@joseluis deno uses v8 as its js engine. PR is welcome to add v8 or other js engines support to this crate.

Noted that this would be a semver breaking change

> getrandom is no_std getrandom is not truly no_std. [It works by invoking system call through libc.](https://github.com/rust-random/getrandom/blob/30308ae845b0bf3839e5a92120559eaf56048c28/src/linux_android.rs#L45) Moreover, it is designed in such a way that it is impossible to...

Any further comments?

Ping @tkaitchuck. Any chance to move this PR forward.