mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-17 06:51:24 +00:00
Add webidl for Blob arraybuffer / text (#2008)
This commit is contained in:
3
crates/web-sys/tests/wasm/blob.js
Normal file
3
crates/web-sys/tests/wasm/blob.js
Normal file
@ -0,0 +1,3 @@
|
||||
export function new_blob() {
|
||||
return new Blob([ 1, 2, 3 ]);
|
||||
}
|
Reference in New Issue
Block a user