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: A1lo <[email protected]>
  • Loading branch information
LeeLin2602 and yin1999 authored Nov 10, 2023
1 parent e1ac7c0 commit d7c52ae
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 @@ -31,7 +31,7 @@ WebAssembly 是在 [W3C WebAssembly Community Group](https://www.w3.org/communit
Web 平臺可以被想成兩個部分:

- 一個虛擬機(Virtual Machine,VM),運行著 Web 應用的程式碼,例如 JavaScript 程式碼,它可以大幅增强你的應用程式。
- 一組 [Web APIs](/zh-TW/docs/Web/API) 讓 Web 可以呼叫來控制瀏覽器或設備的功能([DOM](/zh-TW/docs/Web/API/Document_Object_Model)[CSSOM](/zh-TW/docs/Web/API/CSS_Object_Model)[WebGL](/zh-TW/docs/Web/API/WebGL_API)[IndexedDB](/zh-TW/docs/Web/API/IndexedDB_API), [Web Audio API](/zh-TW/docs/Web/API/Web_Audio_API) 等)。
- 一組 [Web API](/zh-TW/docs/Web/API) 讓 Web 可以呼叫來控制瀏覽器或設備的功能([DOM](/zh-TW/docs/Web/API/Document_Object_Model)[CSSOM](/zh-TW/docs/Web/API/CSS_Object_Model)[WebGL](/zh-TW/docs/Web/API/WebGL_API)[IndexedDB](/zh-TW/docs/Web/API/IndexedDB_API)[Web Audio API](/zh-TW/docs/Web/API/Web_Audio_API) 等)。

歷史上,那台虛擬機曾只被允許執行 JavaScript,這對我們而言已經可以良好運作并且能解決現在我們在 Web 上會遇到的大多數問題,但當使用 JavaScript 來進行高計算應用,例如 3D 游戲、物理引擎、電腦視覺、圖像編輯以及許多其他要求要在原生效能環境運行之領域應用,我們就會遇到效能問題。(參見 [WebAssembly use cases](https://webassembly.org/docs/use-cases/) 以獲得更多想法。)

Expand Down

0 comments on commit d7c52ae

Please sign in to comment.