Some WASM changes, not ready yet.
This commit is contained in:
+1
-1
@@ -3,6 +3,6 @@ extern crate hel;
|
||||
use wasm_bindgen::prelude::*;
|
||||
|
||||
#[wasm_bindgen]
|
||||
pub fn add(a: i32, b: i32) -> i32 {
|
||||
pub fn ok_add(a: i32, b: i32) -> i32 {
|
||||
a + b + 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user