louis030195
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
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