MCPcopy Index your code
hub / github.com/RustPython/RustPython / main.js

File main.js

wasm/example/src/main.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import * as rp from 'rustpython_wasm';
2import pyCode from 'raw-loader!./main.py';
3
4const vm = rp.vmStore.get('main');

Callers

nothing calls this directly

Calls 2

execMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected