deno-dzx icon indicating copy to clipboard operation
deno-dzx copied to clipboard

Use deno-shell for a cross platform shell

Open sigmaSd opened this issue 1 year ago • 1 comments

This have the advantage of having a cross platform shell out of the box , instead of using ffi you can actually use wasm see https://github.com/dsherret/ax which does exactly this.

sigmaSd avatar Jul 12 '22 08:07 sigmaSd

Yeah, that would definitely be nice and i already had this in mind. I mentioned this idea a few months ago in https://github.com/denoland/deno/issues/14068#issuecomment-1075756137 and also started testing some simple bindings for deno_task_shell in https://github.com/c4spar/deno-shell.

c4spar avatar Jul 12 '22 20:07 c4spar