Closed ParkerOu closed 4 months ago
Thanks for the issue. I'll upgrade pacakages.
How should the project be initialized?
This repository uses git submodules. You can use git clone --recursive <this repo>
OR cd <this repo> && git submodule update --init --recursive
After building the code, there are three files: main.wasm
, wasm_exec.js
, and index.html
.
How could I set up piping-ssh-web?
I haven't used WebAssembly before and would like to try setting it up using pm2 + nginx.
You can find how to build in the CI:
You will get ./dist
after building.
Because npm audit shows CVEs, I tried to upgrade package versions or switch packages, but found that the specified paths and folders couldn't be located. repo: https://github.com/ParkerOu/piping-ssh-web
shows
Apparently, there is no
ssh
subdirectory andconnection.go
file undergolang-crypto
. How should the project be initialized?