| 2685 | } |
| 2686 | |
| 2687 | void WasmInstance::setModuleId(uint8_t moduleId) { |
| 2688 | _moduleId = moduleId; |
| 2689 | } |
| 2690 | |
| 2691 | void WasmRuntime::buildWaAsync(String fullPath, const std::function<void(String)>& callback) { |
| 2692 | #ifdef DORA_NO_WA |
no outgoing calls
no test coverage detected