Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
531 contributions in the last year
Activity overview
Contribution activity
November 1, 2020
October 2020
Created a pull request in proxy-wasm/proxy-wasm-cpp-host that received 14 comments
invoke on_context_create_ for all root contexts with a same VM ID
Fix the bug in using a samewasm file for multiple times with a same VM ID:
on_context_create_ is invoked only for the first root context (this is …
- update upstream envoy on ci
- E2e refactoring
- e2e on envoy upstream
- use tinygo/tinygo-dev image and add make target for building binaries with docker image
- test gha
- fix GHA
- gha: trigger on PRs
- name parameters in examples
- support envoy-wasm's release/v1.15.0 branch with 'abi_0_1_0' tag
- fix examples
- internal fix of proxytest / enhance docs
- pass rootContextID to new{http,stream}Context
- fix: SDK test CI
- refactoring: clean up API
- cleanup examples
- e2e on istio 1.7.3
- fix make build.example: target wasi
- Allow execution of multiple instances of the same plugin.
- wavm: emit stack trace when an exception happens
- Strip only Custom Sections with precompiled Wasm modules.
- Use proxy_on_memory_allocate() as a fallback for malloc().
- Fix getRootContext().
- add new runtime: wasmtime
- Add support for the _initialize() crt1 startup function.
- Add CODEOWNERS.
- Remove no longer needed Emscripten metadata.
- invoke on_context_create_ for all root contexts with a same VM ID
- Export wasi_random_get().
Created an issue in tetratelabs/proxy-wasm-go-sdk that received 3 comments
time.Sleep does not work
With the following code:
// override
func (ctx faultInjection) OnHttpRequestHeaders(int, bool) types.Action { if time.Now().UnixNano()%100 < 5 { ti…
Joined the Envoy Proxy - CNCF organization
Envoy Proxy - CNCF