Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Author: K Z

    This author has written 1821 articles
    1. Home>
    2. K Z>
    3. Page 75

    WebAssembly – Working with C

    • Post author:K Z
    • Post published:October 20, 2021
    • Post category:WebAssembly
    • Post comments:0 Comments

    In this chapter, we are going to compile a simple C program to javascript and execute the same in the browser. For Example − C Program #include<stdio.h> int square(int n) {…

    Continue ReadingWebAssembly – Working with C

    WebAssembly – Security

    • Post author:K Z
    • Post published:October 20, 2021
    • Post category:WebAssembly
    • Post comments:0 Comments

    As per the official website of WebAssembly.org, which is available at https://webassembly.org/docs/security/ the main goal of WebAssembly in terms of security is as follows − The security model of WebAssembly has two…

    Continue ReadingWebAssembly – Security

    WebAssembly – Dynamic Linking

    • Post author:K Z
    • Post published:October 20, 2021
    • Post category:WebAssembly
    • Post comments:1 Comment

    Dynamic linking is the process in which two or more modules will be linked together during runtime. To demonstrate how dynamic linking works, we will use C program and compile…

    Continue ReadingWebAssembly – Dynamic Linking

    WebAssembly – Convert WAT to WASM

    • Post author:K Z
    • Post published:October 20, 2021
    • Post category:WebAssembly
    • Post comments:1 Comment

    In the previous chapter, we have seen how to write code in .wat i.e., WebAssembly text format. The WebAssembly text format will not directly work inside the browser and you need to…

    Continue ReadingWebAssembly – Convert WAT to WASM

    WebAssembly – Text Format

    • Post author:K Z
    • Post published:October 20, 2021
    • Post category:WebAssembly
    • Post comments:2 Comments

    WebAssembly has the code in a binary format called WASM. You can also get the text format in WebAssembly and it is called WAT (WebAssembly Text format). As a developer…

    Continue ReadingWebAssembly – Text Format

    WebAssembly – Validation

    • Post author:K Z
    • Post published:October 20, 2021
    • Post category:WebAssembly
    • Post comments:0 Comments

    In this chapter, we are going to discuss the webassembly.validate() function that will validate the .wasm output. The .wasm is available when we compile C, C++ or rust code. You…

    Continue ReadingWebAssembly – Validation

    WebAssembly – Modules

    • Post author:K Z
    • Post published:October 20, 2021
    • Post category:WebAssembly
    • Post comments:1 Comment

    We have seen how to get a .wasm file from c /c++ code. In this chapter, we will convert the wasm into a WebAssembly modules and execute the same in…

    Continue ReadingWebAssembly – Modules

    WebAssembly – “Hello World”

    • Post author:K Z
    • Post published:October 20, 2021
    • Post category:WebAssembly
    • Post comments:0 Comments

    In this chapter we are going to write a simple program in C and convert it into .wasm and execute the same in the browser to get the text "Hello…

    Continue ReadingWebAssembly – “Hello World”

    WebAssembly – Debugging WASM in Firefox

    • Post author:K Z
    • Post published:October 20, 2021
    • Post category:WebAssembly
    • Post comments:2 Comments

    WebAssembly support is added to all the latest browsers available with you today like Chrome, Firefox. The Firefox version 54+ onwards gives you a special feature to debug your wasm…

    Continue ReadingWebAssembly – Debugging WASM in Firefox

    WebAssembly – JavaScript API

    • Post author:K Z
    • Post published:October 20, 2021
    • Post category:WebAssembly
    • Post comments:0 Comments

    In this chapter, we will understand how to load the wasm code and execute them in the browser using the help of javascript webassembly API. Here are some important API's,…

    Continue ReadingWebAssembly – JavaScript API
    • Go to the previous page
    • 1
    • …
    • 72
    • 73
    • 74
    • 75
    • 76
    • 77
    • 78
    • …
    • 183
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP