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