deno_win32

Fast and complete Win32 API bindings for Deno using FFI

APACHE-2.0 License

Stars
45
deno_win32 - Deno Win32 v0.4.1 Latest Release

Published by DjDeveloperr over 1 year ago

This patch release fixes a TypeScript error in generated code from 0.4.0.

deno_win32 - Deno Win32 v0.4.0

Published by DjDeveloperr over 1 year ago

Adapts FFI Pointers as Objects added in new Deno releases, because of which some breaking changes are also there.

deno_win32 - v0.2.0

Published by DjDeveloperr almost 2 years ago

  • fix: properly generate string consts with escapes
  • feat: async capable APIs like GetOverlappedResultAsync
  • fix: exclude some APIs missing from DLL
  • feat: OverlappedPromise and unwrap utility
  • fix: accept buffer arg for strings too
deno_win32 - v0.1.1

Published by DjDeveloperr almost 2 years ago

Deno Win32: Low-overhead bindings to Win32 APIs using FFI.

Currently only has bindings to Win32 APIs, WinRT support is planned.

Registry: https://deno.land/x/[email protected]

deno_win32 - v0.1.0

Published by DjDeveloperr almost 2 years ago

Deno Win32: Low-overhead bindings to Win32 APIs using FFI.

Currently only has bindings to Win32 APIs, WinRT support is planned.

Update: unfortunately, this release couldn't be published because of large size. I'll look into this and publish as soon as possible.

image