Hiro
Hiro
DDeno
Created by Hiro on 9/4/2023 in #help
How to use KV Connect?
Oh sweet, i see im a lil bit ahead of my time HACKERMANS
3 replies
DDeno
Created by pronoob on 9/4/2023 in #help
Is WASM generally faster than using Deno FFI?
in short FFI will always be faster than WASM because of how it works (being sandboxed and all that)
17 replies
DDeno
Created by Hiro on 4/26/2023 in #help
Property 'openKv' does not exist on type 'typeof Deno'. VSCode
Openned this issue for tracking https://github.com/denoland/deno/issues/19035
51 replies
DDeno
Created by Hiro on 4/26/2023 in #help
Property 'openKv' does not exist on type 'typeof Deno'. VSCode
i was working with it without any problem all morning but now its gone
51 replies
DDeno
Created by Hiro on 4/26/2023 in #help
Property 'openKv' does not exist on type 'typeof Deno'. VSCode
51 replies
DDeno
Created by Hiro on 1/15/2023 in #help
Pass string to struct FFI
but thanks for the tips
10 replies
DDeno
Created by Hiro on 1/15/2023 in #help
Pass string to struct FFI
Or, if you know your struct string well enough, you can overallocate enough to write the string into the buffer itself. That I do not understand really well 😅
10 replies
DDeno
Created by Hiro on 1/15/2023 in #help
Pass string to struct FFI
Thanks :D
10 replies
DDeno
Created by Hiro on 1/15/2023 in #help
Pass string to struct FFI
Yeah I just wanted to be sure I was understanding this properly before going into coding "real stuff"
10 replies