// Javascript RPC server example// Start and connect to websocket proxy.// Load Emscripten Module, need to change path to root/libconstpath=require("path");process.chdir(path.join(__dirname,"../lib"));varModule=require("../lib/libtvm_web_runtime.js");// Bootstrap TVMruntime with emscripten module.consttvm_runtime=require("../web/tvm_runtime.js");consttvm=tvm_runtime.create(Module);