mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-22 17:21:35 +00:00
.cargo
crates
backend
cli
cli-support
futures
gc
js-sys
macro
macro-support
shared
test
test-macro
threads-xform
typescript
wasm-interpreter
web-sys
webidl
webidl-tests
Cargo.toml
array.js
array.rs
array.webidl
array_buffer.js
array_buffer.rs
array_buffer.webidl
build.rs
callbacks.js
callbacks.rs
callbacks.webidl
consts.js
consts.rs
consts.webidl
dictionary.js
dictionary.rs
dictionary.webidl
enums.js
enums.rs
enums.webidl
global.js
global.rs
global.webidl
lib.rs
main.rs
namespace.js
namespace.rs
namespace.webidl
simple.js
simple.rs
simple.webidl
throws.js
throws.rs
throws.webidl
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
9 lines
119 B
JavaScript
9 lines
119 B
JavaScript
![]() |
global.ArrayBufferTest = class {
|
||
|
getBuffer() {
|
||
|
return new ArrayBuffer(3);
|
||
|
}
|
||
|
setBuffer(x) {
|
||
|
// ...
|
||
|
}
|
||
|
};
|