STRRL commented on code in PR #7021:
URL: https://github.com/apache/opendal/pull/7021#discussion_r2625185427
##########
core/src/lib.rs:
##########
@@ -57,6 +57,8 @@ pub mod services {
pub use opendal_service_mysql::*;
#[cfg(feature = "services-obs")]
pub use opendal_service_obs::*;
+ #[cfg(feature = "services-opfs")]
Review Comment:
sure I found it
```
#[cfg(all(target_arch = "wasm32", feature = "services-opfs"))]
mod opfs;
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]