Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeLin2602 authored Nov 10, 2023
1 parent 2d10eaf commit 127c5ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/zh-tw/webassembly/concepts/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: WebAssembly 的觀念
title: WebAssembly 的概念
slug: WebAssembly/Concepts
---

Expand All @@ -19,7 +19,7 @@ WebAssembly 是一種新形態的程式碼,它可以被執行在現代瀏覽

WebAssembly 是在 [W3C WebAssembly Community Group](https://www.w3.org/community/webassembly/) 以一個公開的標準下被創造的,有著下列目標:

- 快,有效率,以及可移植性。WebAssembly 程式碼可以以近原生速度跨平臺運行,藉由 [common hardware capabilities](https://webassembly.org/docs/portability/#assumptions-for-efficient-execution) 的優勢。
- 快,有效率,以及可移植性。WebAssembly 程式碼可以以近原生速度跨平臺運行,藉由[硬體共同具有的能力](https://webassembly.org/docs/portability/#assumptions-for-efficient-execution)的優勢。
- 具備可讀性以及可除錯性,WebAssembly 雖然是一種低階的組合語言,但他仍然有人類可讀的文本格式(最終規範仍未決定),這使得程式碼能被人撰寫、閲讀以及除錯。
- 具備安全性。WebAssembly 是被規範跑在一個安全的沙盒執行換進。像是其他的 Web 程式碼,他會被强制要求遵守瀏覽器的同源政策與權限政策。
- 不會破壞 Web 既有架構。WebAssembly 是設計來與其他 Web 技術良好共存的,并且支援以前。
Expand Down

0 comments on commit 127c5ea

Please sign in to comment.