Deno bindings for GObject.
disclaimer: this project is not yet ready and I'm not a native/C/C++ developer. use at your own risk. this also only works on linux but porting it would be easy.
to use:
- Install Deno from https://deno.land/#installation
- Build the necessary libraries manually by running
./build_lib.sh
. - Run the example file:
deno run -A --unstable ./examples/ascii_strup.ts
note that the --unstable
flag is required as direct FFI is still unstable in
deno.
improvements are welcome.