From 23edad52fb5511e530e4ec2135ffb56eebc2b156 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=91=E5=BE=AE?= <1067852565@qq.com> Date: Thu, 23 Nov 2023 01:40:32 +0800 Subject: [PATCH] docs: add link to kubecon --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 564788c..6f2a547 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,13 @@ # Quick start guides -⌨️ [Introduction](#introduction) to wasm-bpf \ +⌨️ [Introduction](#introduction) to wasm-bpf, and also [Our talks in Kubecon](https://kccncna2023.sched.com/event/1R2uf) \ 📦 [Features](#features) \ 🚀 [Running](#running-a-standalone-wasm-ebpf-program) a standalone Wasm program from CLI or Docker \ 🔌 Embed a Wasm-eBPF function in your [Rust program](#embed-a-wasm-ebpf-function-in-your-program) or [C/C++ program](#build-the-runtime) \ 🔨 [Examples](#examples) covering the use cases from `tracing`, `networking` to `security` \ 📚 [How it works](#how-it-works) \ -🤖 [Build](#build-the-runtime) the runtime +🤖 [Build](#build-the-runtime) the runtime, or as [a plugin for WasmEdge](https://github.com/WasmEdge/WasmEdge/tree/master/plugins/wasm_bpf) 📚 **[Check out our more documentations](https://docs.eunomia.dev/)**