jrsonnet
jrsonnet copied to clipboard
use callback from wasm-bindgen in jrsonnet
I am working to create javascript bindings with jrsonnet using wasm-bindgen. I am stuck at native callback since I can't use wasm-bindgen's js_sys::Function
in add_native
is there any way, I can use the callback received from wasm-bindgen in jrsonnet?