wasm: Add bytes method to wasm response (#694)
the bytes method was missing from the Response object of the wasm32 compilation target.
This commit is contained in:
committed by
Sean McArthur
parent
43f2ff083c
commit
b24b0be461
@@ -46,10 +46,10 @@ __internal_proxy_sys_no_cache = []
|
||||
[dependencies]
|
||||
http = "0.1.15"
|
||||
url = "2.1"
|
||||
bytes = "0.4"
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
base64 = "0.11"
|
||||
bytes = "0.4"
|
||||
encoding_rs = "0.8"
|
||||
futures-core-preview = { version = "=0.3.0-alpha.19" }
|
||||
futures-util-preview = { version = "=0.3.0-alpha.19" }
|
||||
|
||||
Reference in New Issue
Block a user