Piotr Sikora

Results 215 comments of Piotr Sikora

Regarding precompiled bytecode - I believe `wamrc` can already be used for that. It's true that WAVM and V8 (via custom `wee8_compile` tool) append those to the Custom Section of...

> Does it work using configure without any changes? `./configure` fallbacks to `arch/generic` instead of `arch/x86` like CMake, so this works just fine: ``` CC=emcc CHOST=wasm32 ./configure --static --zlib-compat &&...

> @PiotrSikora I think the main reason why using specific arch instead of generic one is better is when the arch requires specific flags for compile to work correctly... This...

@nmoinvaz @mtl1979 That package is way too old, Ubuntu has Emscripten 1.22.0, which is from 2014, whereas Emscripten and WebAssembly are very actively developed nowadays, so using it is pretty...

@mtl1979 I agree it would be much better if we could simply install `emscripten` package, but since that's not the case, we have to deal with what we have now....

This should be good to merge, I don't think that I can fix the coverage.

(I removed duplicate `-DBUILD_SHARED_LIBS=OFF` since it's hardcoded later on for all targets)

Could someone re-run `CMake / Ubuntu MinGW i686`? It timed out in one test.