NodeJs와 간단한 성능 테스트

This commit is contained in:
freestrings
2019-03-07 18:44:06 +09:00
parent cd01540d75
commit f7b564dcd3
16 changed files with 441 additions and 20 deletions

View File

@ -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() {
}