CSC/CSC 517 Spring 2020/Implement ImageBitMap WebAPI

From Expertiza_Wiki
Revision as of 23:58, 7 April 2020 by Nradhak2 (talk | contribs)
Jump to navigation Jump to search

Background Information

This project aims to contribute to Mozilla's experimental browser engine called Servo, which is implemented in a language called RUST(useful for implementing features that need concurrency and memory safety).

Many of the components of Servo are still under development and one such feature is the ImageBitMap[1]. This project focuses on implementing this feature by following the steps provided in the next section.