Update web.rs

This commit is contained in:
Jonas Kruckenberg 2022-11-01 16:55:57 +01:00
parent 57546bc6cd
commit d32d18b73b

View file

@ -10,7 +10,7 @@ fn main() {
}
#[wasm_bindgen_test]
async fn testinvoke() -> Result<(), Box<dyn std::error::Error>> {
async fn test_invoke() -> Result<(), Box<dyn std::error::Error>> {
#[derive(Serialize, Deserialize)]
struct AddPayload {
a: u32,