MCPcopy Create free account
hub / github.com/PLSysSec/wave / execute

Function execute

waverunner/src/waverunner.rs:64–66  ·  view source on GitHub ↗

The execute stage simply consists of calling the __start function returns the result code of executing the sandbox

(sandbox: &WaveSandbox)

Source from the content-addressed store, hash-verified

62// The execute stage simply consists of calling the __start function
63// returns the result code of executing the sandbox
64fn execute(sandbox: &WaveSandbox) -> i32 {
65 unsafe { sandbox.module.w2c__start() }
66}
67
68// // Here, we just:
69// // 1. Unmap linear memory

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected