Big update on GitRoot. I just finished implementing `mv` and `cp` functions in the SDK plugin. It was the final step for the `v0.4` feature set. I also added `rm` and `replace` along the way, even if I didn't detail them in the blog post.
Speaking of which, I wrote a deep dive into the underlying "plumbing." If you want to see how strings travel between a Go host and a WASM guest using pointers and memory addresses, check it out:
https://gitroot.dev/blog/modifying-API-SDK-plugin.html
#WASM #golang #openSource #devLog #git #forge
Speaking of which, I wrote a deep dive into the underlying "plumbing." If you want to see how strings travel between a Go host and a WASM guest using pointers and memory addresses, check it out:
https://gitroot.dev/blog/modifying-API-SDK-plugin.html
#WASM #golang #openSource #devLog #git #forge