| 1502 | } |
| 1503 | |
| 1504 | WasmResult |
| 1505 | Context::getSharedData(std::string_view key, std::pair<std::string, uint32_t> *data) |
| 1506 | { |
| 1507 | return proxy_wasm::getGlobalSharedData().get(wasm_->vm_id(), key, data); |
| 1508 | } |
| 1509 | |
| 1510 | // Header/Trailer/Metadata Maps |
| 1511 | WasmResult |