Alter Step
Alter Step
wasm2c -> no runtime! Direct function calls. wasm2c: https://github.com/WebAssembly/wabt/tree/master/wasm2c
fast and all wasm features supported -> innative can create library, try it but wasm2c code is easy to understand and performance is not bad. compile with optimizations! innative: https://github.com/innative-sdk/innative
The Zig toolchain bundles LLVM, clang and wasi-libc as a standalone package, and is already available in Homebrew. Wouldn't a `wasi-sdk-clang` package be redundant with what `zig cc` already provides?
It is going to be added to the upstream project?
I would like AEGIS. There is a JavaScript implementation, but it's only AEGIS-128L and is not very good.
> @alterstep any chance you'll be able to describe what are you using it for? Yes, I use libsodium on the server because AEGIS is very fast. On the client...
> Yes, but why do you need something "very fast"? Why can't AES work for you? 256-bit nonces too.
sodium AEGIS-256 is more than 5 times faster than XChaCha
libcurl compiled to wasm would be good! But every single application shouldn't have to bundle a copy of libcurl. It would be better if we can assume that the functions...