I’m one of the maintainers and co-founder of the Go OSS project Permify (https://github.com/Permify/permify), an open-source authorization infrastructure inspired by Google Zanzibar.
I would like to share a post where we aimed to provide a brief overview of how we integrated WASM with Golang to provide a richer user experience in our open-source playground. You can use the playground to create and test any authorization logic in a browser.
The playground has three main sections:
Schema: to model your authorization logic through our domanin specific language we built.
Data: to create sample authorization data according to the model for use in tests.
Enforcement: to test your authorization structure bt access check scenarios.
Here's the post if you're interested: https://www.permify.co/post/wasm-go/
And here's the playground: https://play.permify.co/
Appreciate your time!