Implement nova64 API with native yield function and registration
This commit is contained in:
+3
-1
@@ -2,7 +2,9 @@ package main
|
||||
|
||||
// Declare a main function, this is the entrypoint into our go module
|
||||
// That will be run. In our example, we won't need this
|
||||
func main() {}
|
||||
func main() {
|
||||
_ = add(1, 2)
|
||||
}
|
||||
|
||||
// This exports an add function.
|
||||
// It takes in two 32-bit integer values
|
||||
|
||||
Reference in New Issue
Block a user