make runtime compatible with wasm

This commit is contained in:
Li Jie
2025-04-08 16:50:47 +08:00
parent 7c81d9293b
commit be4737461a
183 changed files with 14122 additions and 647 deletions

View File

@@ -2,4 +2,7 @@ module github.com/goplus/llgo/runtime
go 1.20
require github.com/qiniu/x v1.13.12
require (
github.com/goplus/llgo v0.10.1
github.com/qiniu/x v1.13.12
)