Skip to main content

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
5 months ago (0.0.0)

Add Package

deno add jsr:@gnome/ffi

Import symbol

import { type TypedArray } from "@gnome/ffi/base/types";

---- OR ----

Import directly with a jsr specifier

import { type TypedArray } from "jsr:@gnome/ffi/base/types";

Add Package

bunx jsr add @gnome/ffi

Import symbol

import { type TypedArray } from "@gnome/ffi/base/types";