suborbital / docs

Documentation monorepo for Suborbital projects and products
https://docs.suborbital.dev
Apache License 2.0
8 stars 5 forks source link

Document dependency on WasmEdge-go@v0.9 #145

Open chris-aeviator opened 2 years ago

chris-aeviator commented 2 years ago

when using WasmEdge-go@v0.10 as documented in their readme, go run will fail compiling whereas go build will successfully compile.

https://github.com/second-state/wasm-learning/issues/41

DarumaDocker hinted to me that reactr depends on WasmEdge-go@v0.9, and this is the issue. I was not able to find this out without this hint though and more developers will face the same issue. Therefore it would be beniftial to document this.

cohix commented 2 years ago

You make a good point @chris-aeviator , we do not document this, however you can see the currently supported version in go.mod: https://github.com/suborbital/reactr/blob/main/go.mod#L15

I am going to move this issue to our docs repo, as that's where the change should be made.

LauraLangdon commented 2 years ago

Thanks @chris-aeviator for pointing this out!