An open API service indexing awesome lists of open source software.

https://github.com/marktiedemann/deno_windows_ffi_example


https://github.com/marktiedemann/deno_windows_ffi_example

deno dll ffi

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# deno_windows_ffi_example

A Deno re-implementation of `ver` using [`Deno.dlopen`](https://doc.deno.land/builtin/unstable#Deno.dlopen). This is a sample project showing how to build a Windows DLL and call it using Deno's FFI.