mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-22 23:28:12 +08:00
Remove early sample "greet" code
This commit is contained in:
@@ -35,8 +35,3 @@ extern "C" {
|
||||
#[wasm_bindgen(catch)]
|
||||
fn handleResponse(responseType: String, responseData: JsValue) -> Result<(), JsValue>;
|
||||
}
|
||||
|
||||
#[wasm_bindgen]
|
||||
pub fn greet(name: &str) -> String {
|
||||
format!("Hello, {}!", name)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user