wasm-micro-runtime/language-bindings/go/wamr
TianlongLiang de803b2beb
Small refactor on WASMModuleInstance and fix Go/Python language bindings (#3227)
- Merge unused field `used_to_be_wasi_ctx` in `AOTModuleInstance` into `reserved` area
- Add field `memory_lock` in `WASMMemoryInstance` for future refactor
- Go binding: fix type error
    https://github.com/bytecodealliance/wasm-micro-runtime/issues/3220
- Python binding:
    type annotation uses the union operator "|", which requires Python version >=3.10
2024-03-14 15:30:28 +08:00
..
packaged Fix go language binding build on macos arm64 (#1875) 2023-01-10 09:15:49 +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 Remove unused argument in wasm_runtime_lookup_function and refactor WASMModuleInstance (#3218) 2024-03-13 12:28:45 +08:00
module_test.go Implement Go language binding (#1196) 2022-06-01 11:35:05 +08:00
module.go Small refactor on WASMModuleInstance and fix Go/Python language bindings (#3227) 2024-03-14 15:30:28 +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