Becavalier / Book-DISO-WebAssembly

A book related repository which name is 《深入浅出 WebAssembly》
MIT License
72 stars 17 forks source link

错误:编译参数错误 #15

Open chiwei70 opened 5 years ago

chiwei70 commented 5 years ago

P352,P355,关于ccal的编译参数 -s EXPORTED_RUNTIME_METHODS='["ccall"]' 不应该有单引号,正确的如下: -s EXPORTED_RUNTIME_METHODS=["ccall"]

Becavalier commented 4 years ago

Thanks! Can you please provide the version of Emscripten you used that caused this error?