rust-sciter icon indicating copy to clipboard operation
rust-sciter copied to clipboard

Note about the compatibility between Sciter SDKs

Open pravic opened this issue 2 years ago • 3 comments

It should be clear that rust-sciter supports both.

pravic avatar Jul 20 '21 23:07 pravic

Including some sciter-js examples would help along to make that clear, would also help explain to the user how to use the bindings to rust now that that view.method_name(args) no longer work, and instead Window.this.xcall("method_name", args) has to be used.

SonnyX avatar Jul 21 '21 06:07 SonnyX

https://github.com/GirkovArpa/sciter-js-rust-boilerplate

GirkovArpa avatar Aug 05 '21 09:08 GirkovArpa

in 58b5a29, for example.

pravic avatar Nov 20 '21 19:11 pravic