Arsenii Lyashenko

Results 28 comments of Arsenii Lyashenko

Hi. > as after Rust 1.42 [panic! already do it](https://rustc-dev-guide.rust-lang.org/backend/implicit-caller-location.html#motivating-example). The example says about the standard library. The documentation also has [minimal example](https://rustc-dev-guide.rust-lang.org/backend/implicit-caller-location.html#codegen-examples): - It prints `called from src/main.rs:9:5` (e....

Note: AddressSanitizer aborts since Wasmer 2.3.0 (`corosensei` introduced) and don't abort on Wasmer 2.2.1 with latest toolchain

@clearloop > plz check this https://github.com/gear-tech/gear/issues/3588#issuecomment-1862789332 btw Not applicable. This approach resolves features via `CARGO_FEATURE_*` and default cargo tracking heuristics

A1 label because benchmarks compile to WASM and require WASM binaries inside so mechanism to get these binaries is required to be developed

`cargo check` may be failed because of missing `.lock`. Investigating...

> Can you describe the approach in the PR outline? Done