Skip to main content

Built and signed on GitHub Actions

Works with
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
License
GPL-3.0-only
Published15 hours ago (0.0.1-alpha.1)

C++ Windows Bindings for the serial library

C++ Bindings Windows

This package ships the native Windows shared library payload as a JSON/base64 blob.

Usage

Import the binary export and write the .dll to disk (same API as @serial/cpp-bindings-linux):

import { x86_64 } from "@serial/cpp-bindings-windows/bin";

Deno.writeFileSync(`./${x86_64.filename}`, Uint8Array.fromBase64(x86_64.data));

// Now you can open the binary using for example `Deno.dlopen`
Built and signed on
GitHub Actions