| 2572 | } |
| 2573 | |
| 2574 | Scheduler* WasmRuntime::getPostScheduler() { |
| 2575 | AssertUnless(_postScheduler, "should schedule WASM update before getting the post scheduler"); |
| 2576 | return _postScheduler; |
| 2577 | } |
| 2578 | |
| 2579 | uint32_t WasmRuntime::getMemorySize() const noexcept { |
| 2580 | uint32_t totalSize = 0; |
no outgoing calls
no test coverage detected