Remove wasm.js reference (#207)
We removed it in Binaryen #1858. The reference here broke source installs using the emsdk. Fixes #206
This commit is contained in:
@@ -25,5 +25,7 @@ RUN cd /root/ \
|
||||
&& /root/emsdk/emsdk activate latest-fastcomp \
|
||||
&& source /root/emsdk/emsdk_env.sh --build=Release \
|
||||
&& emcc hello_world.cpp \
|
||||
&& emcc hello_world.cpp -s WASM=0
|
||||
&& emcc hello_world.cpp -s WASM=0 \
|
||||
&& echo "test binaryen source build" \
|
||||
&& /root/emsdk/emsdk install --build=Release binaryen-master-64bit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user