mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2025-01-08 14:13:51 +03:00
4 lines
63 B
JavaScript
4 lines
63 B
JavaScript
export function new_blob() {
|
|
return new Blob([ 1, 2, 3 ]);
|
|
}
|