pub fn execute_history_json(request_json: &str) -> Result<String, JsValue>Expand description
Deserialize a history request, run it, and serialize the per-feature results.
The handles in the result are u32s the caller tessellates / pulls names
from via the existing *_handle wasm exports.