Richard Zak

Results 79 issues of Richard Zak

* This has been discussed in issue #4610. * Update `wasi-crypto` * Test Wasm https://github.com/rjzak/wasi-crypto-example/releases/tag/v0.0.1 CC: @npmccallum, @sunfishcode

`wasi-crypto` has seen some changes recently, and `wasmtime-wasi-crypto` is missing a function. Some of the guest types have also changes. Can we have an update to pull in the latest...

``` error: linking with `cc` failed: exit status: 1 | = note: "cc" "-m64" "/tmp/cargo-installxiM7vN/release/deps/zee-f2e61e3fdd4991a8.zee.0628f3a9-cgu.0.rcgu.o" "-Wl,--as-needed" "-L" "/tmp/cargo-installxiM7vN/release/deps" "-L" "/tmp/cargo-installxiM7vN/release/build/libgit2-sys-3c1e7454ac05026a/out/build" "-L" "/tmp/cargo-installxiM7vN/release/build/libssh2-sys-5a563fd6ecd04cf4/out/build" "-L" "/usr/local/lib" "-L" "/tmp/cargo-installxiM7vN/release/build/tree-sitter-26aeed191a67ad45/out" "-L" "/tmp/cargo-installxiM7vN/release/build/zee-grammar-7ffc92868ecda7c9/out" "-L" "/tmp/cargo-installxiM7vN/release/build/zee-grammar-7ffc92868ecda7c9/out"...

Using the depository at https://download.grammatech.com/gtirb/files/apt-repo, the packages updates don't trigger the removal of the old packages, causing conflicts where different versions of ddisasm, gtirb, and GrammaTech's `libcapstone-dev-4.0.2-gt?` have the same...

Work-in-progress `wasm32-wasi` target support for the `server` feature. Requires: https://github.com/tokio-rs/tokio/pull/4716 Signed-off-by: Richard Zak

I wrote a simple test app: #include #include int main(int argc, char* argv[]) { printf("Test! Hello World!\n"); return EXIT_SUCCESS; } It compiles cleanly on mingw32 and Visual Studio. The VS...

Since some programs being tested might not exit on their own, or might be stuck waiting for something, it would be useful to have an optional timeout parameter for `panda.record_cmd()`....

enhancement

In your blog post, you discuss the use of WebAssembly and Javascript for use in the browser. How about support for [Wasi](https://wasi.dev/) and a runtime environment like [Wasmtime](https://wasmtime.dev/)? It might...

enhancement

I see that the readme says that networking is supported, but that there is plan for it sometime in the future. What's the timeline for this? Rust had some frameworks...

`wasi-crypto` support. Needs changed Wasmtime, which then pulls in the latest `wasi-crypto` changes. Blocked by https://github.com/bytecodealliance/wasmtime/pull/4612

wasm