runtime/js: js for emscripten

This commit is contained in:
visualfc
2025-06-30 20:55:32 +08:00
parent f0728c4fe0
commit e972be8dab
5 changed files with 1113 additions and 0 deletions

View File

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