mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-26 19:21:35 +00:00
.cargo
ci
crates
anyref-xform
backend
cli
cli-support
futures
js-sys
macro
macro-support
shared
test
test-macro
threads-xform
typescript
typescript-tests
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
.gitattributes
.gitignore
CHANGELOG.md
CONTRIBUTING.md
Cargo.toml
LICENSE-APACHE
LICENSE-MIT
README.md
azure-pipelines.yml
build.rs
package.json
publish.rs
5 lines
60 B
JavaScript
5 lines
60 B
JavaScript
![]() |
global.TakeCallbackInterface = class {
|
||
|
a() {}
|
||
|
b() {}
|
||
|
};
|