Support wasm32 for recorded tests #2009
Labels
Azure.Core
The azure_core crate
Client
This issue points to a problem in the data-plane of the library.
test-enhancement
We should consider supporting recorded tests for
wasm32-unknown-unknown
and friends. When resolving #1877 I made it possible to compile it, but we can't spawn processes for the wasm32 architecture so the core functionality doesn't work. Prior to that, the#[recorded::test]
attribute already elides tests for wasm32.We should be able to support it, however, if we require people to start it manually i.e., not bootstrap it automatically, and find some way to pass the URL.
The text was updated successfully, but these errors were encountered: