1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-05-01 16:42:16 +00:00
2019-04-26 10:59:06 +08:00

4 lines
112 B
JavaScript

exports.is_shared_array_buffer_supported = function () {
return typeof SharedArrayBuffer === 'function';
};