phlax
phlax
cc @PiotrSikora
possibly related https://github.com/rust-lang/rust/issues/81684
seems we may need to add `--linkopt=-noprofilelib` somewhere https://github.com/bazelbuild/rules_rust/pull/1324#issuecomment-1120467263
test pr here - #24168
> But it wouldn't be hard to add additional linkopts to some test cases. im grepping around but not sure where to add - i have tried adding to the...
> Hmmm, I just readed the error log. Seems that it's error from the rust runtime. But you added opts to the normal c++ wasm. clutching at straws 8/ can...
i considered the `rust_binary` but couldnt see a `linkopts` there http://bazelbuild.github.io/rules_rust/flatten.html#rust_binary
perhaps in `test/extensions/common/wasm/test_data/BUILD`
hmm - not sure about ^^ - they just seem to point to the rules i already hacked (which didnt work incidentally)
`rustc_flags` perhaps