Using wasm-merge from the fresh binaryen sources (e9b4b4c).
Having a problem that if two modules being merged loses the one of start functions.
Steps to reproduce:
- Download attached file.
- node ./run.mjs
Expected:
Both values are equal 2.
Actual:
Splitted modules load have value 2.
Merged modules load have value 1.
Using wasm-merge from the fresh binaryen sources (e9b4b4c).
Having a problem that if two modules being merged loses the one of
startfunctions.Steps to reproduce:
Expected:
Both values are equal 2.
Actual:
Splitted modules load have value 2.
Merged modules load have value 1.