Docs.rs
Rust-wasm-0.1.0
Rust-wasm 0.1.0
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
akeboshi1
Dependencies
cfg-if ^0.1.2
normal
console_error_panic_hook ^0.1.6
normal
futures ^0.3
normal
image ^0.21.0
normal
js-sys ^0.3.36
normal
rand ^0.7.0
normal
serde ^1.0.80
normal
serde_json ^1.0.32
normal
wasm-bindgen ^0.2.64
normal
wasm-bindgen-futures ^0.4.7
normal
web-sys ^0.3.59
normal
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Rust_
wasm
0.1.0
Rust_wasm
Function
loadImageByUint8Array
Copy item path
Source
pub async fn loadImageByUint8Array( bytes:
Uint8Array
, ) ->
Result
<
JsValue
,
JsValue
>