Skip to content

Commit

Permalink
Update files/zh-tw/webassembly/concepts/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
LeeLin2602 and github-actions[bot] authored Nov 9, 2023
1 parent 7325696 commit 5fbe17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/zh-tw/webassembly/concepts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Emscripten 工具可以將任何 C、C++ 原始碼編譯成一個 Wasm 模組,

### 撰寫 Rust 指定目標 WebAssembly

也有可能可以撰寫 Rust 的程式碼然後編譯成 WebAssembly,感謝 Rust Assembly 的工作團隊不懈的努力,你可以開始安裝必要工具鏈,編譯一個範例 Rust 程式成 WebAssembly 的 npm 包,然後在範例 Web 應用中使用它,參見 [Compiling from Rust to WebAssembly](/en-US/docs/WebAssembly/Rust_to_Wasm)
也有可能可以撰寫 Rust 的程式碼然後編譯成 WebAssembly,感謝 Rust Assembly 的工作團隊不懈的努力,你可以開始安裝必要工具鏈,編譯一個範例 Rust 程式成 WebAssembly 的 npm 包,然後在範例 Web 應用中使用它,參見 [Compiling from Rust to WebAssembly](/zh-TW/docs/WebAssembly/Rust_to_Wasm)

### 使用 AssemblyScript

Expand Down

0 comments on commit 5fbe17f

Please sign in to comment.