#[unsafe(no_mangle)]pub fn jpc(_msg: &[u8]) -> CallResultExpand description
jpc is the main entry point into a wasm bitcode for the web assembly procedure calls this function will
ยงSteps
- parse the input for the appropriately formatted json
- construct a BitcodeContext from the json
- attempt to call the method using the incomming path
- return results to the caller