دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
دسته بندی: برنامه نويسي ویرایش: 1 نویسندگان: Sendil Kumar Nellaiyapen سری: ISBN (شابک) : 1838828001, 9781838828004 ناشر: Packt Publishing سال نشر: 2022 تعداد صفحات: 232 زبان: English فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) حجم فایل: 3 مگابایت
کلمات کلیدی مربوط به کتاب WebAssembly عملی: اصول برنامه نویسی WebAssembly را با استفاده از Rust کاوش کنید: WebAssembly، Rust، Web، Mobile، Embedded، WASM
در صورت تبدیل فایل کتاب Practical WebAssembly: Explore the fundamentals of WebAssembly programming using Rust به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب WebAssembly عملی: اصول برنامه نویسی WebAssembly را با استفاده از Rust کاوش کنید نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
آشنایی با بلوک های اصلی WebAssembly و یادگیری، نصب و استفاده از ابزارهای مختلف از اکوسیستم Rust و WebAssembly
Rust یک زبان منبع باز است که برای ایمنی، همزمانی و عملکرد تنظیم شده است. WebAssembly تمام قابلیت های دنیای بومی را به دنیای جاوا اسکریپت می آورد. Rust و WebAssembly با هم راهی برای ایجاد برنامه های کاربردی وب قوی و کارآمد ارائه می دهند. آنها کمک می کنند تا برنامه های وب شما بسیار سریع و دارای باینری های کوچک باشند. توسعه دهندگانی که با جاوا اسکریپت کار می کنند می توانند دانش خود را با این راهنمای عملی برای توسعه کدهای سریعتر و قابل نگهداری به کار ببرند.
به همراه توضیحات گام به گام مفاهیم اساسی، نمونه ها و سوالات خودارزیابی، با کاوش در WebAssembly، استفاده از ابزارهای مختلف ارائه شده توسط اکوسیستم، و درک نحوه استفاده از WebAssembly و جاوا اسکریپت با هم برای ساختن یک برنامه کاربردی با کارایی بالا شروع خواهید کرد. سپس کد باینری را یاد می گیرید تا با ابزارهای مختلفی کار کنید که به شما کمک می کند تا کد بومی را به WebAssembly تبدیل کنید. این کتاب شما را با دنیای Rust و اکوسیستمی آشنا می کند که ساخت/ارسال برنامه های کاربردی مبتنی بر WebAssembly را آسان می کند.
در پایان این کتاب WebAssembly Rust، شما میتوانید برنامههای WebAssembly خود را با استفاده از Rust و JavaScript ایجاد و ارسال کنید، نحوه اشکالزدایی را بدانید و از ابزارهای مناسب برای بهینهسازی و ارائه برنامههای کاربردی با کارایی بالا استفاده کنید.
این کتاب برای توسعه دهندگان جاوا اسکریپت است که می خواهند عملکرد بهتری ارائه دهند و کدهای ایمن ارسال کنند. توسعه دهندگان Rust یا مهندسین باطن که به دنبال ساخت برنامه های تمام پشته بدون نگرانی زیاد در مورد برنامه نویسی جاوا اسکریپت هستند نیز این کتاب را مفید خواهند یافت.
Understand the basic building blocks of WebAssembly and learn, install, and use various tools from the Rust and WebAssembly ecosystem
Rust is an open-source language tuned toward safety, concurrency, and performance. WebAssembly brings all the capabilities of the native world into the JavaScript world. Together, Rust and WebAssembly provide a way to create robust and performant web applications. They help make your web applications blazingly fast and have small binaries. Developers working with JavaScript will be able to put their knowledge to work with this practical guide to developing faster and maintainable code.
Complete with step-by-step explanations of essential concepts, examples, and self-assessment questions, you’ll begin by exploring WebAssembly, using the various tools provided by the ecosystem, and understanding how to use WebAssembly and JavaScript together to build a high-performing application. You’ll then learn binary code to work with a variety of tools that help you to convert native code into WebAssembly. The book will introduce you to the world of Rust and the ecosystem that makes it easy to build/ship WebAssembly-based applications.
By the end of this WebAssembly Rust book, you’ll be able to create and ship your own WebAssembly applications using Rust and JavaScript, understand how to debug, and use the right tools to optimize and deliver high-performing applications.
This book is for JavaScript developers who want to deliver better performance and ship type-safe code. Rust developers or backend engineers looking to build full-stack applications without worrying too much about JavaScript programming will also find the book useful.
Cover Title page Copyright and Credits Dedication Contributors Table of Contents Preface Section 1: Introduction to WebAssembly Chapter 1: Understanding LLVM Technical requirements Understanding compilers Compiled languages Compiler efficiency Exploring LLVM LLVM in action Summary Chapter 2: Understanding Emscripten Technical requirements Installing Emscripten using emsdk Generating asm.js using Emscripten Running Hello World with Emscripten in Node.js Running Hello World with Emscripten in the browser Exploring other options in emsdk Listing the tools and SDK Managing the tools and SDK Understanding various levels of optimizations Optimizations Closure Compiler Summary Chapter 3: Exploring WebAssembly Modules Technical requirements Understanding how WebAssembly works Understanding JavaScript execution inside the JavaScript engine Understanding WebAssembly execution inside the JavaScript engine Exploring the WebAssembly text format Building a function in WebAssembly text format Summary Section 2: WebAssembly Tools Chapter 4: Understanding WebAssembly Binary Toolkit Technical requirements Getting started with WABT Installing WABT Converting WAST into WASM Converting WASM into WAST -f or --fold-exprs Converting WASM into C simple.h simple.c Converting WAST into JSON Understanding a few other tools provided by WABT wasm-objdump wasm-strip wasm-validate wasm-interp Summary Chapter 5: Understanding Sections in WebAssembly Modules Technical requirements Exports and imports Exports Imports Globals Start Memory Summary Chapter 6: Installing and Using Binaryen Technical requirements Installing and using Binaryen Linux/macOS Windows wasm-as wasm-dis wasm-opt wasm2js Summary Section 3: Rust and WebAssembly Chapter 7: Integrating Rust with WebAssembly Technical requirements Installing Rust Converting Rust into WebAssembly via rustc Converting Rust into WebAssembly via Cargo Installing wasm-bindgen Converting Rust into WebAssembly via wasm-bindgen Summary Chapter 8: Bundling WebAssembly Using wasm-pack Technical requirements Bundling WebAssembly modules with webpack Bundling WebAssembly modules with Parcel Introducing wasm-pack Why do you need wasm-pack? How to use wasm-pack Packing and publishing using wasm-pack Summary Chapter 9: Crossing the Boundary between Rust and WebAssembly Technical requirements Sharing classes from Rust with JavaScript Sharing classes from JavaScript with Rust Calling the JavaScript API via WebAssembly Calling closures via WebAssembly Importing the JavaScript function into Rust Calling a web API via WebAssembly Summary Chapter 10: Optimizing Rust and WebAssembly Technical requirements Minimizing the WebAssembly modules Analyzing the memory model in the WebAssembly module Sharing memory between JavaScript and WebAssembly using Rust Creating a memory object in JavaScript to use in the Rust application Analyzing the WebAssembly module with Twiggy top monos garbage Summary Index About Packt Other Books You May Enjoy