deno_bindgen icon indicating copy to clipboard operation
deno_bindgen copied to clipboard

feat: callbacks

Open littledivy opened this issue 1 year ago • 0 comments

Waiting on https://github.com/denoland/deno/pull/14663

#[deno_bindgen]
fn callback(cb: fn (a: i32, b: i32)) {
  cb(1, 2)
}

littledivy avatar Jun 19 '22 10:06 littledivy