issues Search Results · repo:proxy-wasm/proxy-wasm-rust-sdk language:Rust
Filter by
129 results
(60 ms)129 results
inproxy-wasm/proxy-wasm-rust-sdk (press backspace or delete to remove)I am currently using proxy_wasm::hostcalls::increment_metric function to emit custom Prometheus metric. I want to add
custom labels/values similar to standard prometheus metric and not seeing any way to ...
tali-roku
- Opened on Apr 17
- #311
@alexsnaps said in https://github.com/proxy-wasm/proxy-wasm-rust-sdk/pull/282#issuecomment-2748139891:
This issue with these panic is that currently envoy doesn t play nicely with them... Tho things are ...
PiotrSikora
- 5
- Opened on Mar 27
- #310
Benchmarking has determined that the default wasm stack size is 1 MiB. This is quite a lot for small server
environments, thus in the C++ SDK we set both stack size and initial heap to 64 KiB:
https://github.com/proxy-wasm/proxy-wasm-cpp-sdk/pull/174 ...
martijneken
- 3
- Opened on Mar 17
- #308
I m facing a weird panic, which does happen in my app, however not frequently, and I can t seem to reproduce it.
The panic is this one:
[2024-10-29 12:35:08.448][39][critical][wasm] [source/extensions/common/wasm/context.cc:1181] ...
dragosc28
- 1
- Opened on Feb 21
- #304
The design of the context traits in src/traits.rs seems to mimic a C++-style inheritance based design by providing
default implementations of trait functions, but this prevents certain code patterns from ...
miwig
- Opened on Feb 12
- #303
I am building a rust filter and using the shared data, I noticed that we have implementations of:
https://github.com/proxy-wasm/proxy-wasm-rust-sdk/blob/main/src/traits.rs#L32
get_shared_data and set_shared_data ...
leandrocurioso
- 2
- Opened on Jan 31
- #301
I need to know the lifetime of this shared data and also if is thread safe for writting and reading.
I need to know if this can lead to memory leak if not propely cleared.
Thanks in advance!
leandrocurioso
- 1
- Opened on Jan 20
- #300
This can be done, but the documentation on how-to is spread across multiple envoy issues, see:
- https://github.com/envoyproxy/envoy/issues/15148
- https://github.com/envoyproxy/envoy/pull/15196#pullrequestreview-599331267 ...
Swaagie
- Opened on Nov 4, 2024
- #288
When I run rustup target add wasm32-wasip1 --release, the following error was returned
= note: rust-lld: error: duplicate symbol: malloc defined in
/home/work/cerberus-wasm/target/wasm32-wasip1/release/deps/libproxy_wasm-3241e0d3726eea8a.rlib(proxy_wasm-3241e0d3726eea8a.proxy_wasm.8e439e8671b19575-cgu.7.rcgu.o) ...
laokiea
- Opened on Oct 16, 2024
- #267
2024-09-27T07:46:57.899488Z critical envoy wasm external/envoy/source/extensions/common/wasm/context.cc:1157 wasm log
en-888.filter-ratelimit-im-api-automesh-36864: panicked at
/usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/proxy-wasm-0.2.2/src/hostcalls.rs:1220:42: ...
pi-pi-miao
- 7
- Opened on Sep 27, 2024
- #263

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.