Georgii Rylov

Results 15 comments of Georgii Rylov

@abrown @loganek It's compiling like this but it was not enough to make it run on `wasmtime` ``` wasmtime --wasm-features=threads --wasi-modules=experimental-wasi-threads testsuite/thread_spawn-simple.wasm Error: failed to run main module `testsuite/thread_spawn-simple.wasm` Caused...

`$WASI_SDK_DIR/bin/clang --sysroot $WASI_SDK_DIR/share/wasi-sysroot \ --target=wasm32-wasi-threads -pthread \ -Wl,--import-memory,--export-memory,--shared-memory,--max-memory=67108864,--export=wasi_thread_start \ -z stack-size=32768 testsuite/thread_spawn-simple.c -o thread_spawn-simple.wasm` Didn't help, maybe wamr lacks a check for that

Hi, you have a huge list of files with conflicts due to PR with formatting. Steps for rebasing. - save files that were changed in your PR - git checkout...

Hi, you have a huge list of files with conflicts due to PR with formatting. Steps for rebasing. save files that were changed in your PR git checkout master git...

I guess the value can be checked for overflowing. If it does overflow then u64::max can be returned and a warning showed.