1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-06-24 02:01:35 +00:00
Files
wasm-bindgen/crates/web-sys/tests/wasm/blob.js

4 lines
63 B
JavaScript
Raw Normal View History

export function new_blob() {
return new Blob([ 1, 2, 3 ]);
}