fix parameter access and thus shared library example
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
export library "mathtest";
|
||||
|
||||
export fn add(a: i32, b: i32) -> i32 {
|
||||
return a + b;
|
||||
a + b
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user