快速上手WebAssembly開發:打造基於WASM的高性能安全沙盒

{"type":"doc","content":[{"type":"paragraph","attrs":{"indent":0,"number":0,"align":null,"origin":null},"content":[{"type":"text","text":"通過上一篇文章"},{"type":"link","attrs":{"href":"https:\/\/www.infoq.cn\/article\/F6aI8wuLYiJ4B3CO7Lvf","title":"xxx","type":null},"content":[{"type":"text","text":"對 Emscripten的使用介紹"}]},{"type":"text","text":",大家應該具備一定的使用 Emscripten 工具鏈開發相關 WebAssembly項目的基礎能力了。在本文中,我們將繼續通過具體案例更深入地瞭解 Emscripten 的使用技巧,同時加強對 WebAssembly 二進制格式、Low-Level 編譯目標及接近 Native 執行效率的理解。"}]},{"type":"paragraph","attrs":{"indent":0,"number":0,"align":null,"origin":null}},{"type":"blockquote","content":[{"type":"paragraph","attrs":{"indent":0,"number":0,"align":null,"origin":null},"content":[{"type":"text","marks":[{"type":"strong"}],"text":"《WebAssembly技術基礎到實踐》專題文章回顧:"},{"type":"text","text":" "}]},{"type":"paragraph","attrs":{"indent":0,"number":0,"align":null,"origin":null}},{"type":"paragraph","attrs":{"indent":0,"number":0,"align":null,"origin":null},"content":[{"type":"link","attrs":{"href":"https:\/\/www.infoq.cn\/article\/4qgBeSHGipa7A9HAr7DP","title":"xxx","type":null},"content":[{"type":"text","text":"WebAssembly如何演進成爲“瀏覽器第二編程語言”?"}]}]},{"type":"paragraph","attrs":{"indent":0,"number":0,"align":null,"origin":null}},{"type":"paragraph","attrs":{"indent":0,"number":0,"align":null,"origin":null},"content":[{"type":"link","attrs":{"href":"https:\/\/www.infoq.cn\/article\/F6aI8wuLYiJ4B3CO7Lvf","title":"xxx","type":null},"content":[{"type":"text","text":"快速上手WebAssembly應用開發:Emscripten使用入門"}]}]}]},{"type":"paragraph","attrs":{"indent":0,"number":0,"align":null,"origin":null}},{"type":"heading","attrs":{"align":null,"level":3},"content":[{"type":"text","text":"前端核心數據加密"}]},{"type":"paragraph","attrs":{"indent":0,"number":0,"align":null,"origin":null}},{"type":"paragraph","attrs":{"indent":0,"number":0,"align":null,"origin":null},"content":[{"type":"text","text":"Web 技術的開放以及便捷帶來了其極高速的發展,但自作者從事 Web 前端相關開發工作以來,並沒有聽到太多關於前端核心數據加密的方案,因此“前端數據無加密”慢慢的也變成了業界的一個共識。但在某些日常開發的場景中,我們又會涉及到相當強度的前端核心數據加密的問題,特別是需要在於後端的數據通信上面(包括 HTTP、HTTPS 以及 WebSocket 的數據交換),例如前端日誌數據加密就是一個典型的場景。"}]},{"type":"paragraph","attrs":{"indent":0,"number":0,"align":null,"origin":null}}]}
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章