second-state / WasmEdge-go

The GO language SDK and API for WasmEdge
https://www.secondstate.io/articles/extend-golang-app-with-webassembly-rust/
Apache License 2.0
107 stars 16 forks source link

[Package] Fix Limit API. Fix go vet complaints. #6

Closed chenhengqi closed 3 years ago

chenhengqi commented 3 years ago
  1. The NewLimit API has wrong implementation and is not idiomatic in Go, this commit brings a simple impl.
  2. Fix some go vet complaints.
chenhengqi commented 3 years ago

Updated.