Arvid Norlander
Arvid Norlander
**Describe the bug** I'm behind a corporate proxy, specifically a transparent HTTPS proxy. This means I need to have a CA certificate installed, but I don't need to set any...
I have a mixed language project (we are starting to move pieces from C++), where I set the following rust-analyzer config: ```json "rust-analyzer.linkedProjects": [ "services/web/backend/Cargo.toml" ] ``` Flowistry doesn't use...
I'm new to wasm, so I may be misunderstanding things. I'm using the [wasi-sdk.cmake](https://github.com/WebAssembly/wasi-sdk/blob/main/wasi-sdk.cmake) file to build a library that I will load as a plugin into a native program...
It appears that samply doesn't use a large enough buffer for something. I'm getting hundreds of lines like: ``` Pending lost events: 499 Pending lost events: 6 Pending lost events:...
I'm behind a corporate transparent HTTPS proxy. The required SSL certificate has been installed in /etc/ca-certificates and works as expected for plain `cargo install`. However: ```console $ cargo install-update -a...
On the allocations page you can show graphs. This is very useful when trying to figure out live leaks etc. Unfortunately due to long type names due to templates in...
Building iwasm (or embedding into the program) with GCC undefined sanitizer when Fast JIT is enabled causes the following: ```console $ ./iwasm simple_wasm.wasm /home/user/wasm-micro-runtime/core/iwasm/fast-jit/cg/x86-64/jit_codegen_x86_64.cpp:9317:32: runtime error: store to misaligned address...
### Describe the bug I'm attempting to cross-compile wasmer-cli to 32-bit x86 (the long term goal is to embed it in 32-bit x86 and ARM programs running on industrial controllers...