pchickey commented on issue #6596:
I don't think we should include
_for_testing
in the name nor#[cfg(test)]
on the definition of this method. We need to trust that users of WasiCtxBuilder know what they are getting into.
sunfishcode commented on issue #6596:
I've now removed the
_for_testing
and thecfg(test)
, and added comments advising users of the hazards.
Last updated: Nov 22 2024 at 16:03 UTC