| 201 | } |
| 202 | |
| 203 | WasmResult ContextBase::getSharedDataKeys(std::vector<std::string> *result) { |
| 204 | return getGlobalSharedData().keys(wasm_->vm_id(), result); |
| 205 | } |
| 206 | |
| 207 | WasmResult ContextBase::removeSharedDataKey(std::string_view key, uint32_t cas, |
| 208 | std::pair<std::string, uint32_t> *result) { |