Results 4 comments of Kit

In recent days I have tried to wrap `register_helper` using WASM. I have found two apis `Function::new_no_args` and `Function::from` in `js-sys` package. It is mostly like javascript eval function, so...

🤔 Ah, I have tried but it does not work, because the `wasm_bindgen` cannot have **lifetime** parameters. Maybe we can use a static to hold **that information**, but for me...

Yep, if you have plans to add this feature, let me know if you need a hand.

Not yet. I was using **handlebars.js** and doing some surveys about other more efficient template engines. But I think the first step is to do some performance test for the...