louis030195
louis030195
DDeno
Created by louis030195 on 10/10/2024 in #help
how to use deno.json when using deno runtime in rust?
update: would just like to know what the best way to write rust extensions and use with deno cli so my js code has access to it
4 replies
DDeno
Created by louis030195 on 10/10/2024 in #help
how to use deno.json when using deno runtime in rust?
alternatively if oyu have any docs on how to create deno extensions in rust https://github.com/denoland/deno/blob/main/ext/console/lib.rs i want to create an extension to control computer mouse and keyboard so it might not compile to wasm
4 replies
DDeno
Created by louis030195 on 9/5/2024 in #help
already borrowed: BorrowMutError in deno runtime
but still have this
10 replies
DDeno
Created by louis030195 on 9/5/2024 in #help
already borrowed: BorrowMutError in deno runtime
fixed (did not notice i had deno_core in build deps which was diff version)
10 replies
DDeno
Created by louis030195 on 9/5/2024 in #help
already borrowed: BorrowMutError in deno runtime
nvm
10 replies
DDeno
Created by louis030195 on 9/5/2024 in #help
already borrowed: BorrowMutError in deno runtime
i don't have this error when using 0.283 but it occurs on 0.307.0
10 replies
DDeno
Created by louis030195 on 9/5/2024 in #help
already borrowed: BorrowMutError in deno runtime
also very hard to find any docs on how to use deno runtime in rust
10 replies
DDeno
Created by louis030195 on 9/5/2024 in #help
already borrowed: BorrowMutError in deno runtime
@bartlomieju thanks i never managed to use latest version because of this error: https://gist.github.com/louis030195/bdddcdacc0283831e43ab65e50f25b7b this is my code https://gist.github.com/louis030195/306a83241efaaa0c8c405c3087c5537c
10 replies