1620809164
Over the past few years, I’ve been making small (each is less than 2KiB), hand-written demos in WebAssembly. I’ve also written a few blog posts about the largest (see raw wasm: making a maze race, part 1 and part 2). In this talk, I’ll give an overview about the project, including how I made the demos, some of the fun tricks I used to keep file sizes small, and even how it can be useful!
#webassembly #wasm
1620809164
Over the past few years, I’ve been making small (each is less than 2KiB), hand-written demos in WebAssembly. I’ve also written a few blog posts about the largest (see raw wasm: making a maze race, part 1 and part 2). In this talk, I’ll give an overview about the project, including how I made the demos, some of the fun tricks I used to keep file sizes small, and even how it can be useful!
#webassembly #wasm
1602002446
With the spread of various harmful virus globally causing immense distress and fatalities to human mankind, it has become absolutely essential for people to ensure proper and acute hygiene and cleanliness is maintained. To further add to the perennial hardship to save lives of people the recent pandemic of Covid-19 affected globally created the worst nightmare for people of all walks of life. Looking at the present crisis, it has become imperative for human beings to be encouraged to tackle this challenge with an everlasting strength to help protect oneself and their loved ones against the devastating effects of the virus. One thing that stands up between keeping all safe and vulnerable is by making sure that everybody attentively Hand wash periodically to help physically remove germs from the skin and getting rid of the live microbes.
The essence of apposite handwashing is based around time invested in washing and the amount of soap and water used. Technically, washing hands without soap is much less effective anyway. But incase a proper handwashing support system doesn’t become possible around, the usage of Effective Hand Sanitizer will certainly help fight to reduce the number of microbes on the surface of hands efficiently, eliminating most variants of harmful bacteria to settle.
The need has come about for Hand Sanitizer in bulk to save your daily life aptly maintaining a minimum of 60% alcohol - as per the CDC recommendations and approved by USFDA for its greater effectiveness. With the growing demand of people on the move the demand for easy to carry, small, and travel size worthy pouches that are also refillable once the product runs out is the need of the hour. To further make sure that human lives are well protected from these external viruses, it is mandatory for producer of effective Hand Sanitizer to evolve products circumspectly with ingredients that produce not just saving lives but with multiple benefits for people of all ages.
#hand sanitizer #hand sanitizer in bulk #hand sanitizer ingredient #hand sanitizer to alcohol #hand sanitizer travel size #hand sanitizer wholesale
1628220000
WEBASSEMBLY UNIT TESTING | Introduction to WebAssembly (WASM)
This video shows you how to unit test your WebAssembly (WASM) modules using the Jest unit testing framework. We will hand code a WASM module using WAT (WebAssembly Text Format) and then create unit tests for our module using Jest,
#wasm #webassembly
1628133300
this video gives you a brief tutorial into webassembly and how the webassembly stack machine operates.
chris first shows you how webassembly does math calculations using stacks by hand, and then in javascript. we then hand code squares, echo, multiply, add, subtract functions in webassembly text format (WAT) and then compile into WASM and executing in node.js. this video will get you super deep into understanding how webassembly operates under the hood.
#webassembly #wasm #javascript
1582949190
In this video we will look at what WebAssembly is and why this is going to be the biggest thing in web development in many years. In addition, I’ll show you how to take C++ code and turn it into executable code within the browser using JavaScript
#webassembly #wasm #rust #javascript #webdev