mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-26 11:11:34 +00:00
.cargo
crates
backend
cli
cli-support
futures
gc
js-sys
src
tests
wasm
headless.js
headless.rs
CHANGELOG.md
Cargo.toml
README.md
macro
macro-support
shared
test
test-macro
threads-xform
typescript
wasm-interpreter
web-sys
webidl
webidl-tests
examples
guide
releases
src
tests
.appveyor.yml
.gitattributes
.gitignore
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
Cargo.toml
LICENSE-APACHE
LICENSE-MIT
README.md
build.rs
package.json
publish.rs
4 lines
103 B
JavaScript
4 lines
103 B
JavaScript
![]() |
export function is_array_values_supported() {
|
||
|
return typeof Array.prototype.values === 'function';
|
||
|
}
|