is-wasm
v1.0.0
Published
Check if the given file is WebAssembly
Downloads
3
Readme
is-wasm
Check if the given file
is WebAssembly
.
Installation
$ component install girkovarpa/is-wasm
API
isWasm(val)
isWasm(arguments);
// > false
isWasm();
// > false
isWasm('data:application/wasm;base64,AGFzbQ');
// > true
License
MIT