craft your forge, build your project, grow your community freely
1---
2id: "70d0"
3priority: 100
4sprint: ""
5status: close
6assignee: null
7kind: issue
8---
910# GitRoot must be available for mac
1112We can't cross compile because plugins and gitroot share model of plugins in [libs](../app/libs/golang/plugin/model/plugin.go). But when golang compiler see the import of "C" think it's need native call (weel he's right but it's for wasm not go). Tree shaking in golang is made by package, so moving model of plugins should be enought.