jrsonnet icon indicating copy to clipboard operation
jrsonnet copied to clipboard

use callback from wasm-bindgen in jrsonnet

Open rahul007-bit opened this issue 11 months ago • 1 comments

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?

rahul007-bit avatar Mar 06 '24 13:03 rahul007-bit