Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Webassembly.pdf

 Webassembly.pdf

CypressKuo

January 09, 2020
Tweet

More Decks by CypressKuo

Other Decks in Technology

Transcript

  1. The material contained in this documentation is proprietary and confidential

    to PIXNET. Copies are made available on the basis that use is limited to the sole purpose of evaluating PIXNET’s capabilities. It is not permissible to use, modify, copy or disclose any information contained in this presentation document for any other purpose without the express written permission of PIXNET. If you are not the intended recipient of this material you are requested to take immediate steps to destroy it. Copyright © 2018 PIXNET. All rights reserved. 2020.01.09 CypressKuo WebAssembly
  2. Web 新四天王 World Wide Web Consortium (W3C) brings a new

    language to the Web as WebAssembly becomes a W3C Recommendation https://www.w3.org/2019/12/pressrelease-wasm-rec.html.en
  3. 如何使用 WebAssembly • 使用 Emscripten 移植一個 C/C++ 應用程式 • 直接在彙編層,編寫或產生WebAssembly程式碼

    ◦ *.wasm (*.wat = 可讀的格式) • 編寫Rust程序,將WebAssembly作為它的輸出 https://developer.mozilla.org/zh-CN/docs/WebAssembly/Concepts