chore: reorganize go code
This commit is contained in:
parent
7a6ad8d2d5
commit
0f9bf73b82
28 changed files with 796 additions and 220 deletions
7
app/routes/ssh/wasm_exec.d.ts
vendored
Normal file
7
app/routes/ssh/wasm_exec.d.ts
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
declare class Go {
|
||||
importObject: WebAssembly.Imports;
|
||||
run(instance: WebAssembly.Instance): Promise<void>;
|
||||
argv?: string[];
|
||||
env?: Record<string, string>;
|
||||
exit?: (code: number) => void;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue