suyanhanx commented on issue #3803: URL: https://github.com/apache/incubator-opendal/issues/3803#issuecomment-1868756581
> @suyanhanx it seems surprising that ring would be failing in that way: the issue you linked seemed to say that it _should_ be able to build for `wasm32-unknown-unknown`: [briansmith/ring#657 (comment)](https://github.com/briansmith/ring/issues/657#issuecomment-509877297) > > the author (@briansmith) does note that some functionality isn't available yet, but is open to extending support. do we know what is being used that isn't supported? Thank you for pointing that out! I've tried to compile ring before but it kept failing. Finally, I realized that the llvm comes with macos doesn't have a backend of wasm. I reinstalled llvm and it compiled successfully. Sorry for the confusion! -- 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]
