Skip to content

v0.1.0-preview.2

Pre-release
Pre-release

Choose a tag to compare

@azchohfi azchohfi released this 22 May 09:50
43808eb

Prerelease v0.1.0-preview.2

Packages:

  • @microsoft/dynwinrt - JavaScript/TypeScript bindings for WinRT dynamic invocation
  • @microsoft/dynwinrt-codegen - Code generation tool for typed WinRT bindings

Installation

npm install @microsoft/dynwinrt
npm install -D @microsoft/dynwinrt-codegen

What's Included

  • ✅ Native addons for x64 and ARM64
  • ✅ TypeScript type definitions
  • ✅ dynwinrt-codegen CLI for code generation

For usage instructions, see the README.

Changes:

  • 43808eb fix release (#30)
  • 2df3e20 fix release pipeline (#29)
  • db48a84 fix type enum and bigint (#28)
  • 0bf71f7 update release readme (#26)
  • 86daa2e change the release config to support npm publish (#25)
  • 2ea810f update todo and claude.md (#24)
  • 3ee6755 Harden dynwinrt core: ownership safety, FFI panic prevention, and ABI correctness (#22)
  • 6983984 add jsdoc support (#21)
  • 6db4282 codegen: emit .js + .d.ts directly, remove SWC dependency, add async cancellation support (#20)
  • 1e5cc15 update the release pipeline and rename the tool (#19)
See More

This list of changes was auto generated.