Georgii Rylov
Georgii Rylov
Hi, we are using certificates signed by our own certificate center. And we want to connect with encrypt='yes', but got error: unable to get local issuer certificate. I added our...
Hi, I followed https://github.com/bytecodealliance/wasm-micro-runtime/blob/main/doc/source_debugging_aot.md and built `wamrc`. But it fails with coredump(which isn't configured on this ec2) when I try to build AOT files ``` ubuntu@ip-172-31-42-211:~/wasm-micro-runtime$ ./wamr-compiler/build/wamrc --disable-simd --size-level=1 -o...
Hi, I cloned yesterday https://github.com/bytecodealliance/wasm-parallel-gzip/tree/main, updated WAMR version to latest main and changed NUM_THREADS in Makefile from 1 to 2 ``` godjan@ud6d5de19674f5f:~/github/wasm-parallel-gzip$ make benchmark.wamr time wasm-micro-runtime/src/build/iwasm --max-threads=3 --dir=. pigz/pigz.wasm -p...
Hey guys, I made a proof of concept port to WAMR. https://github.com/g0djan/wasmedge_hyper_demo/tree/wamr Which seems to work well when demo compiled to `wasm32-wasip1` and single threaded tokio runtime is used. However...
https://github.com/bytecodealliance/wasm-micro-runtime/blob/1b1ec715e9b16c23f146333de846fb0285ec2401/core/iwasm/libraries/lib-socket/src/wasi/wasi_socket_ext.c#L582
It was replaced with this class everywhere else in this PR https://github.com/yandexdataschool/Practical_RL/pull/544