Fixed error in SDK and test

This commit is contained in:
Bill Sun
2022-09-15 21:21:49 +08:00
parent bc66663491
commit 8f3b648c53
14 changed files with 1128 additions and 919 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
LOAD MODULE FROM "test.so"
LOAD MODULE FROM "./test.so"
FUNCTIONS (
mydiv(a:int, b:int) -> double,
mulvec(a:int, b:vecfloat) -> vecfloat