...

/

Quiz Yourself: Basics of the Boundary Limits between Rust and WebAssembly

Quiz Yourself: Basics of the Boundary Limits between Rust and WebAssembly

Test your understanding of the boundary limits between Rust and WebAssembly.

We'll cover the following...
Technical Quiz
1.

Which annotation helps in sharing Rust classes with JavaScript using wasm-bindgen?

A.

#[rust_to_js]

B.

#[js_to_rust]

C.

#[wasm_bindgen]

D.

#[bind_js]


1 / 5