denoland / deno_bindgen

Write high-level Deno FFI libraries in Rust.
MIT License
274 stars 28 forks source link

feat: deno 1.31.1 compat #117

Closed zifeo closed 1 year ago

zifeo commented 1 year ago

@littledivy please review

vectronic commented 1 year ago

My assumption is this is why I am seeing:

error: TS2345 [ERROR]: Argument of type 'bigint' is not assignable to parameter of type 'PointerObject'.
  const ptr = new Deno.UnsafePointerView(v as bigint)

If so, it would be great if this gets merged...

zifeo commented 1 year ago

Closed in favour of #118