Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1
import
* as rp from
'rustpython_wasm'
;
2
import
pyCode from
'raw-loader!./main.py'
;
3
4
const
vm = rp.vmStore.get(
'main'
);
Callers
nothing calls this directly
Calls
2
exec
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected