Update web.rs
This commit is contained in:
parent
57546bc6cd
commit
d32d18b73b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ fn main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[wasm_bindgen_test]
|
#[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)]
|
#[derive(Serialize, Deserialize)]
|
||||||
struct AddPayload {
|
struct AddPayload {
|
||||||
a: u32,
|
a: u32,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue