1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-04-08 05:08:09 +00:00

4 lines
112 B
JavaScript
Raw Normal View History

2019-04-26 10:59:06 +08:00
exports.is_shared_array_buffer_supported = function () {
return typeof SharedArrayBuffer === 'function';
};