mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-06-28 23:31:39 +00:00
NodeJs와 간단한 성능 테스트
This commit is contained in:
@ -92,4 +92,8 @@ pub fn read(js_value: JsValue, path: &str) -> JsValue {
|
||||
Ok(node) => into_js_value(&js_value, node),
|
||||
Err(e) => return JsValue::from_str(e.as_str())
|
||||
}
|
||||
}
|
||||
|
||||
#[wasm_bindgen]
|
||||
pub fn testa() {
|
||||
}
|
Reference in New Issue
Block a user