blob: 7c91aec1389f9a517db0b1fbe8402039075d6565 (
plain) (
blame)
1
2
3
4
|
The wasm-bindgen is a interpolation tool between Rust and Javascript. For the
Rust side, it use codegen to generate Javascript function binding so that we
can call js function in Rust. For JS, it use codegen to generate Javascript
binding code written in Rust.
|