mirror of https://github.com/golang/go.git
When running a go binary compiled to wasm using node.js on a Windows platform,
the absolute path passed in is also incorrectly forced to expand.
For example:
E:\Project\CS_Project\gsv\testdata\result.gob.gz
will results to
open C:\Users\zxilly\AppData\Local\wasm-exec\go1.23rc1\E:\Project\CS_Project\gsv\testdata\result.gob.gz: No such file or directory
C:\Users\zxilly\AppData\Local\wasm-exec\go1.23rc1 is the place of
wasm_exec_node.js
Fixes: #68820
Change-Id: Ic30c6242302f8915ac1b8ea9f24546935cbb791e
GitHub-Last-Rev:
|
||
|---|---|---|
| .. | ||
| cgo/gmp | ||
| chrome/gophertool | ||
| go_android_exec | ||
| ios | ||
| linkcheck | ||
| wasm | ||
| editors | ||
| go.mod | ||