Results 2 issues of janitha09

I tried this ```~/gh/proxy-wasm/proxy-wasm-rust-sdk$ bazel build //examples:hello_world``` the output looks like this ``` WARNING: Download from https://github.com/bazelbuild/bazel-skylib/releases/download/1.0.3/bazel-skylib-1.0.3.tar.gz failed: class javax.net.ssl.SSLHandshakeException PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification...

```go package marshal import ( "fmt" "github.com/hashicorp/hcl2/gohcl" "github.com/hashicorp/hcl2/hclwrite" "github.com/signalsciences/go-sigsci" ) type localCreateSignalTagBody sigsci.CreateSignalTagBody func (l localCreateSignalTagBody) marshalSiteText(localName, site string) string { str := fmt.Sprintf(`resource %s "%s" { site_short_name = "%s"...