David Alsh
David Alsh
> Basically what every proper media app already has. I've been trying to decouple myself from these solutions because they tend to be coupled to various cloud offerings and players...
> I'm willing to donate some money if this is implemented. Anyone want to join? Not to sound rude or anything - is that a real suggestion? How do such...
Update, I have taken on the task of adding [C bindings for Nodejs](https://github.com/nodejs/node/pull/58207) along with writing a [high level Rust API](https://github.com/alshdavid/edon/tree/main) which features; - non blocking calls on the main...
> +1, but my use case is slightly different: I'd like to use Bun as an embedded, sandboxed Javascript runtime in Zig project. Like QuickJS. Is this already possible? I...
@0xbytejay Want to raise a PR? I can start writing Rust bindings for it. Would be good to have Github releases of the static libs too
> the project only exports the run_js_with_bun method for testing purposes @0xbytejay this is a similar approach to what I am doing over on the Nodejs side ([PR](https://github.com/nodejs/node/pull/58207)). The idea...
I think using a C interface for dynamic drivers rather than relying on Rust implementing a stable ABI is key as that opens the door to incorporating existing C drivers...
I suppose it really depends on the goals of the project. Personally, my main attraction to Asterinas is that it offers a safe kernel that is compatible with Linux binaries...
I have squashed the changes and added @Hydrophobefireman as a co-author. Should make it easier to rebase in future. There are some issues (even with `main`). I am unable to...
Looks like this will be part of 3.0 🥳 Raised a PR to make this available in 2.0 in the meantime: https://github.com/napi-rs/napi-rs/pull/2146 ```rust tsfn.call_with_return_value_and_env(Ok(42), ThreadsafeFunctionCallMode::Blocking, |result: JsUnknown, env: Env| {...