Closed
Description
Last I looked compiletest could not deal with wasm as outputted today by rustc because the binaryen interpreter expects the wasm file to be located in a specific relative path that compiletest does not set up correctly.
I recall the fix being a matter of refactoring compiletest to pass certain paths down to the process spawning node.