chertov
chertov
> we have found that Apple Clang wasn't able to target wasm32-* targets, so people had to install LLVM Clang instead. Yes, but ```brew install llvm``` llvm works well! I...
i have successful build my application with ring from last main git for wasm on macos we need llvm with wasm target and clang `brew install llvm` ```bash LLVM_PATH=/opt/homebrew/opt/llvm/ RUSTC_WRAPPER=""...
I have the same problem.. https://github.com/eclipse/paho.mqtt.golang/blob/master/packets/packets.go#L105 block on line 105 appears only 3G network after few seconds i have reconnecting, but messages do not receive! if i connecting via ethernet...
I found a solution i have ubuntu in Digital Ocean cloud append to both server and client linux pc /etc/sysctl.conf ``` net.ipv4.ip_no_pmtu_disc=1 net.ipv4.tcp_low_latency=1 ``` and i add SetNoDelay(true) https://github.com/eclipse/paho.mqtt.golang/blob/master/client.go#L259 ```Golang...
@paulyoung hi, my buildscript and clang version ```sh function build_wasm() { LLVM_PATH=/opt/homebrew/opt/llvm/ RUSTFLAGS=--cfg=web_sys_unstable_apis \ RUSTC_WRAPPER="" \ \ CC_wasm32_unknown_unknown=${LLVM_PATH}/bin/clang \ CXX_wasm32_unknown_unknown=${LLVM_PATH}/bin/clang++ \ AS_wasm32_unknown_unknown=${LLVM_PATH}/bin/llvm-as \ AR_wasm32_unknown_unknown=${LLVM_PATH}/bin/llvm-ar \ STRIP_wasm32_unknown_unknown=${LLVM_PATH}/bin/llvm-strip \ \ rustup run...
- can you make possible to run YDB on $5 VPS (0.5Gb ram, 1-2Gb storage)? "YDB runs on x86 64bit platforms with minimum 8 GB of RAM." is too much...
Simple CoreML demo in this branch https://github.com/chertov/onnxruntime-rs/tree/libloading i removed global variables g_ort(), G_ENV running Session with CoreML https://github.com/chertov/onnxruntime-rs/blob/libloading/onnxruntime/src/session.rs#L117 but it falls with error: ``` OrtSessionOptionsAppendExecutionProvider_CoreML is ok = true OrtSessionOptionsAppendExecutionProvider_CUDA...
Please, add precompiled binary for armv5te! it will work on arm7 or high rust target arm-unknown-linux-musleabi (with no dependencies.. musl libc is static linked)