1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-05-03 17:42:16 +00:00
2020-02-19 09:11:01 -06:00

4 lines
63 B
JavaScript

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