plug icon indicating copy to clipboard operation
plug copied to clipboard

🔌 Deno FFI helper module

Results 6 plug issues
Sort by recently updated
recently updated
newest added

It needs deno apis shim, It worked for me using - https://www.npmjs.com/package/@deno/shim-deno - https://github.com/denosaurs/deno_python/blob/main/src/bun_compat.js

enhancement

In certain cases, often involving dll hell or just downloading associated data and assets it would be nice to be able to specify a download for an archive and automatically...

enhancement

Support for downloading compressed files in addition to archives (#25) would allow users to greatly decrease memory bandwidth and improve download times. Formats with planned support: - [ ] lz4...

enhancement

Could we add a mechanism to detect the libc version and pick a shared lib accordingly? This is coming from a real use case to support sqlite shared lib binaries...

enhancement
help wanted
question

I've been making a couple of deno scripts, and using their stdout to feed other scripts. I noticed that the use of this library outputs messages to stdout and not...

enhancement
question