runtime: support syscall/js

This commit is contained in:
visualfc
2025-07-07 10:31:22 +08:00
parent 734b3a075e
commit e77c3a040d
6 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
package embind
const (
LLGoFiles = "_wrap/emval.cpp"
LLGoPackage = "link: -lembind"
)