Pierre Krieger
Pierre Krieger
https://github.com/paritytech/substrate/pull/10688 enforces the maximum number of peers, even if they were reserved.
Status: working prototype, but needs a lot of cleanup, possibly extracting in a different library. Adds a Bluetooth transport in the form of the `BluetoothConfig`, and a network behaviour named...
With asmjs and/or wasm. Is that an objective as well? It should be easy to achieve.
This PR aims at replacing `wasmi` with `cranelift`. Since the wasmtime people are for some reason reluctant to merge `#![no_std]` PRs, I've cloned the source code in-tree and put `#![no_std]`...
Close #353 The check will initially likely not pass.
cc #438 Progress:  Unfortunately it's quite complicated to compile: > AR_wasm32_wasi=/home/pierre/Projets/wasi-sdk-10.0/bin/ar CXX_wasm32_wasi=/home/pierre/Projets/wasi-sdk-10.0/bin/clang++ CXXFLAGS_wasm32_wasi="-fno-threadsafe-statics --sysroot=/home/pierre/Projets/wasi-sdk-10.0/share/wasi-sysroot" CARGO_TARGET_WASM32_WASI_LINKER=/home/pierre/Projets/wasi-sdk-10.0/bin/lld CXXSTDLIB_wasm32_wasi=c++ CARGO_TARGET_WASM32_WASI_RUSTFLAGS="-Clink-arg=-L/home/pierre/Projets/wasi-sdk-10.0/share/wasi-sysroot/lib/wasm32-wasi" cargo run --target=wasm32-wasi --release