File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -1819,7 +1819,18 @@ def ensure(self):
18191819# run) with "second.wasm" as needed.
18201820#
18211821# In both cases, make sure to copy the files to a saved location first (do not
1822- # use a path to the scratch files that get constantly overwritten).
1822+ # use a path to the scratch files that get constantly overwritten). The full
1823+ # process might look like this:
1824+ #
1825+ # * cp out/test/original.wasm first.wasm
1826+ # * cp out/test/second.wasm second.wasm
1827+ # * BINARYEN_FIRST_WASM=`pwd`/first.wasm [copied reducer command, replacing
1828+ # original.wasm with `pwd`/second.wasm]
1829+ # * cp out/test/w.wasm second.reduced.wasm
1830+ # * BINARYEN_SECOND_WASM=`pwd`/second.reduced.wasm [copied reducer command,
1831+ # replacing original.wasm
1832+ # with `pwd`/first.wasm]
1833+ #
18231834class Two (TestCaseHandler ):
18241835 # Run at relatively high priority, as this is the main place we check cross-
18251836 # module interactions.
You can’t perform that action at this time.
0 commit comments