This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/language-bindings/go/wamr
Wenyong Huang 5b1dcf2fa2
Implement Go language binding (#1196)
Implement Go binding APIs of runtime, module and instance
Add sample, build scripts and update the document

Co-authored-by: venus-taibai <97893654+venus-taibai@users.noreply.github.com>
2022-06-01 11:35:05 +08:00
..
packaged Implement Go language binding (#1196) 2022-06-01 11:35:05 +08:00
cgo.go Implement Go language binding (#1196) 2022-06-01 11:35:05 +08:00
instance_test.go Implement Go language binding (#1196) 2022-06-01 11:35:05 +08:00
instance.go Implement Go language binding (#1196) 2022-06-01 11:35:05 +08:00
module_test.go Implement Go language binding (#1196) 2022-06-01 11:35:05 +08:00
module.go Implement Go language binding (#1196) 2022-06-01 11:35:05 +08:00
runtime_test.go Implement Go language binding (#1196) 2022-06-01 11:35:05 +08:00
runtime.go Implement Go language binding (#1196) 2022-06-01 11:35:05 +08:00