Harry

Results 60 comments of Harry

Repost the question #559 here. Does anyone have experience with actix-web. It seems that it support HTTP, HTTP2, async concurrency and websocket which are needed to implement a morden web...

Maybe we need this to run Firefox or chrome

Ok, I think it's reasonable.

There is one question: does `xxx.py` file belong to exectuables if "py" is not in `PATHEXT`?

Is searching "xxx.py.EXE" a good behavior if "py" is not in `PATHEXT`?

> Okay, so if it's not inside PATHEXT Windows falls back to using the default file handler for the extension which on some systems will "execute" the file, even though...

Personally, I'm not familiar with Windows.We need have a definition of executable for windows. Wait the OP to describe his opinion

Aligning with `where.exe` maybe a good choice. We could not to make a decision very soon. Let others leave their opinions.

`which-rs` use `std::fs` filesystem api, do wasm support filesystem? Do you really need a binary finder(what `which` does) in wasm? :confused:

Oh, I forget that we can run wasm in a host environment(not just in web browser) :). I'm open to this idea.