(&self)
| 175 | /// Returns the configuration settings that this engine is using. |
| 176 | #[inline] |
| 177 | pub fn config(&self) -> &Config { |
| 178 | &self.inner.config |
| 179 | } |
| 180 | |
| 181 | #[inline] |
| 182 | pub(crate) fn features(&self) -> WasmFeatures { |
no outgoing calls
no test coverage detected