Richard Zak
Richard Zak
> I highly recommend people do the work to get POWER/PowerPC inline assembly working and in Stable Rust What's required for this to happen?
Thought: perhaps Ring should not be ported to Wasi, as [Wasi-Crypto](https://github.com/WebAssembly/wasi-crypto) ([goals](https://github.com/WebAssembly/wasi-crypto/blob/main/docs/HighLevelGoals.md)) should be used instead. * Private key security, as it only sits on the machine side * Actual...
This works somewhat https://github.com/john-sharratt/ring/, but only things which are implemented only in Rust (Ring uses some C code) work in Wasi. It might be better to use Rust Crypto https://github.com/RustCrypto/...
I also would like to see more support for IBM Power. @jrwrigh is Starship working correctly with the Nerd fonts? I'm not seeing some of the glyphs and I don't...
I've updated the Wasi-Crypto git submodule, may I have a re-run of CI? @sunfishcode or @jedisct1 This should fix one of the CI issues about unused import. Edit: nevermind, CI...
Abandoning in favour of future PR against the main branch.
Tried on Rust 1.59.0, same issue: `openssl.c:(.text.git_openssl_stream_global_init+0x54): undefined reference to 'SSL_CTX_ctrl'`. ``` error: linking with `cc` failed: exit status: 1 | = note: "cc" "-m64" "/tmp/cargo-installJ2xVae/release/deps/zee-cf50f8e82b72f3ef.zee.d883a875-cgu.0.rcgu.o" "-Wl,--as-needed" "-L" "/tmp/cargo-installJ2xVae/release/deps" "-L"...
1. Since #1597 was closed, perhaps track the differences between the three WebAssembly targets supported by Rust: * wasm32-unknown-emscripten * wasm32-unknown-unknown * wasm32-wasi 2. Also, add an integration test which:...
There is some code for Wasm threads, but most of it is empty or unsupported: [wasm/atomics/thread.rs](https://github.com/rust-lang/rust/blob/master/library/std/src/sys/wasm/atomics/thread.rs). The same is true for Wasi, [wasi/thread.rs](https://github.com/rust-lang/rust/blob/master/library/std/src/sys/wasi/thread.rs). There has been some progress on Wasi...
stable, and I tried `sudo apt-get upgrade`