deno_objc icon indicating copy to clipboard operation
deno_objc copied to clipboard

Objective-C runtime bridge for Deno

Results 3 deno_objc issues
Sort by recently updated
recently updated
newest added

RT. It would be even better if this repo is published to [jsr.io](https://jsr.io/). And it's recommended to publish version tags on GitHub.

I write a gist to use Deno to show a Cocoa window: [Here](https://gist.github.com/chirsz-ever/8ceef4117490e45196cc7a9e5eea38a0#file-cocoa_window_deno-ts-L43) I find `AppDelClass.alloc().init()` does not work. Is this expected?