Skip to main content
This release is 0 versions behind 0.0.0 — the latest version of @gnome/ffi. Jump to latest

@gnome/ffi@0.0.0-beta-001
Built and signed on GitHub Actions

provides some shared utils for working with foreign function interfaces in Deno and Bun and a shim for bun.

This package works with Deno, Bun
This package works with Deno
This package works with Bun
JSR Score
70%
Published
4 months ago (0.0.0-beta-001)

Add Package

deno add jsr:@gnome/ffi

Import symbol

import { type FFITypeToArgsType } from "@gnome/ffi/bun/ffi";

---- OR ----

Import directly with a jsr specifier

import { type FFITypeToArgsType } from "jsr:@gnome/ffi/bun/ffi";

Add Package

bunx jsr add @gnome/ffi

Import symbol

import { type FFITypeToArgsType } from "@gnome/ffi/bun/ffi";