denoland / deno_bindgen

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

add support for deno 1.25.0 buffer ffi type #87

Closed tsar-boomba closed 2 years ago

tsar-boomba commented 2 years ago

Uses buffer instead of pointer to align with deno 1.25.0

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

skanehira commented 2 years ago

@tsar-boomba I think we should update version to 1.25.0

https://github.com/denoland/deno_bindgen/blob/1cc5d34908331ed30fcc4ab803575e4d961b8e65/.github/workflows/ci.yml#L13-L15