From bfc02832bcb194ff47cdaddd6d0d6f5cbb367a2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9C=C3=A2jinzhongjia?= Date: Mon, 11 Dec 2023 18:58:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- learn/.vitepress/sidebar.ts | 3 +++ learn/more/miscellaneous.md | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/learn/.vitepress/sidebar.ts b/learn/.vitepress/sidebar.ts index ef464d1d..2b0a62ee 100644 --- a/learn/.vitepress/sidebar.ts +++ b/learn/.vitepress/sidebar.ts @@ -191,6 +191,9 @@ export default [ { text: "原子操作", }, + { + text: "WASI", + }, { text: "未定义行为", }, diff --git a/learn/more/miscellaneous.md b/learn/more/miscellaneous.md index 4b7aa7a6..674f50a5 100644 --- a/learn/more/miscellaneous.md +++ b/learn/more/miscellaneous.md @@ -42,5 +42,3 @@ pub usingnamespace @cImport({ @cInclude("stb_image.h"); }); ``` - -