aviplayer
aviplayer
Same questions. Seems it is no longer a solution for Cloud Flare Human Check :(
Also tried with build.zig ``` const std = @import("std"); pub fn build(b: *std.build.Builder) void { const flags: []const []const u8 = &.{ "-std=c++20" }; const target = b.standardTargetOptions(.{}); const optimize...
Any comments about parallel execution? Does anyone know? Can anybody point me on some articles?
Found article on stackoverflow, which connected with this topic somehow: https://stackoverflow.com/questions/76562547/vectorize-vs-parallelize-in-mojo
I tried to integrate, but mentioned issue still exists. Looks like this is still an issue to use Turso from CloudFlare Rust. Any eta on this Bug? Formally feature exists,...
I implemented temporary solution based on unique graph name plus secret. They are sha256 encoded. This is graph name. But I think you can allow to add middle ware(hook), which...
Hi @gitbuda, I want to call it from CloudFlare worker. We are using Rust for this. I checked rsmgclient, which also are bindings for C lib. And this rust client...
It fails directly there - var B = new WebAssembly.Instance(N, { "./index_bg.js": g }); What does it mean? What is index_bg? I tried to find any files but worker-build doesn't...
Seems C static library was incorrect. Just bindings are not present. I asked on there repository, have no answer. One question: Can I use thirdparty .wasm from Rust on CF?...