add ios build

This commit is contained in:
2026-03-18 14:36:16 +06:30
parent a7b923798b
commit 10abf81b58
5 changed files with 66 additions and 19 deletions

View File

@@ -1,11 +1,19 @@
package main
import (
/*
#include <stdint.h>
*/
"C"
"fmt"
_ "image/png"
)
//export Sum
func Sum(a, b int) int {
return a + b
}
func main() {
payload := `{"Name":"Ko Myo","Amount":3000}`
const temp = `