Wraps some of the most common Win32 API calls using FFI to make them accessible to Deno.
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
deno run --allow-ffi --unstable https://deno.land/x/win32/examples/MessageBox.ts
You will see:
deno_win32 is released under the MIT License. See the bundled LICENSE file for details.