mirror of
https://github.com/golang/go
synced 2024-11-11 18:51:37 -07:00
bcec5f1540
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:
|
||
---|---|---|
.. | ||
go_js_wasm_exec | ||
go_wasip1_wasm_exec | ||
wasm_exec_node.js | ||
wasm_exec.html | ||
wasm_exec.js |