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
- Host: GitHub
- URL: https://github.com/marktiedemann/deno_windows_ffi_example
- Owner: MarkTiedemann
- Created: 2021-08-21T13:00:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-22T12:09:38.000Z (almost 5 years ago)
- Last Synced: 2025-06-23T00:05:28.637Z (about 1 year ago)
- Topics: deno, dll, ffi
- Language: C
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.