mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-04 11:21:06 +00:00
4 lines
112 B
JavaScript
4 lines
112 B
JavaScript
|
exports.is_shared_array_buffer_supported = function () {
|
||
|
return typeof SharedArrayBuffer === 'function';
|
||
|
};
|