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