Repro
git clone https://github.com/rhysd/wain.git
cd wain/spec-test
git brws ./wasm-testsuite/f32.wast
Expected
Open https://github.com/WebAssembly/testsuite/blob/xxx/globals.wast
Actual
Opened https://github.com/rhysd/wain/blob/xxx/spec-test/wasm-testsuite/f32.wast
Description
git-brws does not consider submodule. When opening file, running git command within the file's directory would solve this.
Repro
git clone https://github.com/rhysd/wain.git cd wain/spec-test git brws ./wasm-testsuite/f32.wastExpected
Open
https://github.com/WebAssembly/testsuite/blob/xxx/globals.wastActual
Opened
https://github.com/rhysd/wain/blob/xxx/spec-test/wasm-testsuite/f32.wastDescription
git-brwsdoes not consider submodule. When opening file, runninggitcommand within the file's directory would solve this.