emscripten_val

Macro argv

source
macro_rules! argv {
    ($($rest:expr),*) => { ... };
}
Expand description

A helper macro which transforms every argument into a Val object. This helps reduce boilerplate for Val::call.