Skip to content

mcgrue/deno_win32

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deno_win32

Wraps some of the most common Win32 API calls using FFI to make them accessible to Deno.

Usage

Write your apps that use the Windows API directly from Deno, by wrapping common Win32 APIs using Deno FFI.

flags:

  • --allow-ffi: Requires ffi access to "user32.dll", "kernel32", etc...
  • --unstable: FFI is unstable feature

Examples

deno run --allow-ffi --unstable https://deno.land/x/win32/examples/MessageBox.ts

You will see:

License

deno_win32 is released under the MIT License. See the bundled LICENSE file for details.

About

Wraps some of the most common Win32 API calls using FFI to make them accessible to Deno.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 99.9%
  • Shell 0.1%