Skip to main content

load

Function load 

Source
pub fn load(path: &Path) -> Result<Vec<BoxedFunction>, String>
Expand description

Load a .js function library: every function its manifest declares.

The counterpart of the C-ABI loader, and it fails the same way — a module that cannot be compiled, that exports no manifest, or whose manifest names a function it does not export is an error here rather than a surprise at the first request.