WebAssembly / spec

WebAssembly specification, reference interpreter, and test suite.
https://webassembly.github.io/spec/
Other
3.09k stars 438 forks source link

run.py: Better default for wasm executable #1728

Closed sbc100 closed 4 months ago

sbc100 commented 4 months ago

After this change I can run the following commands from the top level of the repository:

$ make -C interpreter/
$ test/core/run.py

Without this change run.py looks for wasm in my current directory which will fail when run from anywhere except the interpreter directory and forces me to run test/core/run.py --wasm interpreter/wasm.