///
/// This example shows the definition of a simple extension exposing one op
/// Also see example_extension.js
///
/// Extensions like the one below allow you to let JS code call functions
/// in rust
///
/// Extensions consist of a set of #[op2] functions, an extension! macro,
/// and one or more optional JS modules.
///
///
use ;
extension!;