Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 101 for wasmv3 (0.15 sec)

  1. pkg/bootstrap/testdata/xdsproxy_golden.json

              "prefix": "listener_manager"
              },
              {
              "prefix": "server"
              },
              {
              "prefix": "cluster.xds-grpc"
              },
              {
              "prefix": "wasm"
              },
              {
              "suffix": "rbac.allowed"
              },
              {
              "suffix": "rbac.denied"
              },
              {
              "suffix": "shadow_allowed"
              },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  2. pkg/bootstrap/testdata/tracing_none_golden.json

              "prefix": "listener_manager"
              },
              {
              "prefix": "server"
              },
              {
              "prefix": "cluster.xds-grpc"
              },
              {
              "prefix": "wasm"
              },
              {
              "suffix": "rbac.allowed"
              },
              {
              "suffix": "rbac.denied"
              },
              {
              "suffix": "shadow_allowed"
              },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  3. pilot/pkg/features/pilot.go

    	WasmRemoteLoadConversion = env.Register("ISTIO_AGENT_ENABLE_WASM_REMOTE_LOAD_CONVERSION", true,
    		"If enabled, Istio agent will intercept ECDS resource update, downloads Wasm module, "+
    			"and replaces Wasm module remote load with downloaded local module file.").Get()
    
    	PilotJwtPubKeyRefreshInterval = env.Register(
    		"PILOT_JWT_PUB_KEY_REFRESH_INTERVAL",
    		20*time.Minute,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  4. pilot/pkg/model/telemetry_test.go

    	httpwasm "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/wasm/v3"
    	hcm "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3"
    	wasmfilter "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/wasm/v3"
    	"github.com/google/go-cmp/cmp"
    	"google.golang.org/protobuf/types/known/durationpb"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 39.6K bytes
    - Viewed (0)
  5. pkg/bootstrap/testdata/tracing_lightstep_golden.json

              "prefix": "listener_manager"
              },
              {
              "prefix": "server"
              },
              {
              "prefix": "cluster.xds-grpc"
              },
              {
              "prefix": "wasm"
              },
              {
              "suffix": "rbac.allowed"
              },
              {
              "suffix": "rbac.denied"
              },
              {
              "suffix": "shadow_allowed"
              },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  6. pkg/bootstrap/testdata/tracing_tls_golden.json

              "prefix": "listener_manager"
              },
              {
              "prefix": "server"
              },
              {
              "prefix": "cluster.xds-grpc"
              },
              {
              "prefix": "wasm"
              },
              {
              "suffix": "rbac.allowed"
              },
              {
              "suffix": "rbac.denied"
              },
              {
              "suffix": "shadow_allowed"
              },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  7. src/syscall/js/js_test.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build js && wasm
    
    // To run these tests:
    //
    // - Install Node
    // - Add /path/to/go/misc/wasm to your $PATH (so that "go test" can find
    //   "go_js_wasm_exec").
    // - GOOS=js GOARCH=wasm go test
    //
    // See -exec in "go help test", and "go help run" for details.
    
    package js_test
    
    import (
    	"fmt"
    	"math"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 19 14:35:26 UTC 2024
    - 17.7K bytes
    - Viewed (0)
  8. src/net/http/roundtrip_js.go

    // Copyright 2018 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build js && wasm
    
    package http
    
    import (
    	"errors"
    	"fmt"
    	"io"
    	"net/http/internal/ascii"
    	"strconv"
    	"strings"
    	"syscall/js"
    )
    
    var uint8Array = js.Global().Get("Uint8Array")
    
    // jsFetchMode is a Request.Header map key that, if present,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 10 03:29:50 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/noder/noder.go

    		f := strings.Fields(text)
    		if len(f) != 3 {
    			p.error(syntax.Error{Pos: pos, Msg: "usage: //go:wasmimport importmodule importname"})
    			break
    		}
    
    		if buildcfg.GOARCH == "wasm" {
    			// Only actually use them if we're compiling to WASM though.
    			pragma.WasmImport = &WasmImport{
    				Pos:    pos,
    				Module: f[1],
    				Name:   f[2],
    			}
    		}
    	case strings.HasPrefix(text, "go:linkname "):
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 11 20:40:57 UTC 2023
    - 12.5K bytes
    - Viewed (0)
  10. pkg/bootstrap/testdata/tracing_zipkin_golden.json

              "prefix": "listener_manager"
              },
              {
              "prefix": "server"
              },
              {
              "prefix": "cluster.xds-grpc"
              },
              {
              "prefix": "wasm"
              },
              {
              "suffix": "rbac.allowed"
              },
              {
              "suffix": "rbac.denied"
              },
              {
              "suffix": "shadow_allowed"
              },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 12.9K bytes
    - Viewed (0)
Back to top