0.12.0 #54
e-dant
announced in
Announcements
0.12.0
#54
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
0.12.0
Various documentation improvements in the readme, especially around new features.
The readme for the C project was contributed by @AlliBalliBaba in #53
Added (heavily optimized) builds in CI for our "important" artifacts:
tw
wtr.watcher
watcher.so.<version>
andwatcher-c.h
These artifacts are available for a wide range of platforms. The CLI and C
shared library are built for these triplets:
aarch64-apple-darwin
aarch64-pc-windows-msvc
aarch64-unknown-linux-gnu
aarch64-unknown-linux-musl
armv7-unknown-linux-gnueabihf
armv7-unknown-linux-musleabihf
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
x86_64-unknown-linux-musl
The Python wheels are built for these platforms Linux and Apple on Python 3.8 and up.
On Linux, the musl and gnu libcs, and the architectures
x86_64
andaarch64
, are supported.On Apple, only
aarch64
is supported (because of a bug on intel runners; see the workflow).Added support for using this project in C, Python and Node.js:
Each of the new bindings have a basic test suite.
Some examples for these new languages.
Each of the examples has similar behavior:
/
C
Python
Node.js/TypeScript/JavaScript
This discussion was created from the release 0.12.0.
Beta Was this translation helpful? Give feedback.
All reactions