Academic literature on the topic 'WebAssembly'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'WebAssembly.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Journal articles on the topic "WebAssembly"

1

Nikhil Sripathi Rao. "WebAssembly: Revolutionizing Web User Interface Development through Performance and Cross-Language Integration." International Journal of Scientific Research in Computer Science, Engineering and Information Technology 10, no. 6 (2024): 1973–81. https://doi.org/10.32628/cseit241061235.

Full text
Abstract:
This article examines the transformative impact of WebAssembly on modern UI development, focusing on its fundamental role in bridging the performance gap between web and native applications. The article provides an in-depth analysis of WebAssembly's technical architecture, performance characteristics, and security implications while exploring its practical applications in production environments. Through a detailed examination of cross-language development paradigms and framework integration patterns, this article demonstrates how WebAssembly enables developers to leverage multiple programming
APA, Harvard, Vancouver, ISO, and other styles
2

Watt, Conrad, Maja Trela, Peter Lammich, and Florian Märkl. "WasmRef-Isabelle: A Verified Monadic Interpreter and Industrial Fuzzing Oracle for WebAssembly." Proceedings of the ACM on Programming Languages 7, PLDI (2023): 100–123. http://dx.doi.org/10.1145/3591224.

Full text
Abstract:
We present WasmRef-Isabelle, a monadic interpreter for WebAssembly written in Isabelle/HOL and proven correct with respect to the WasmCert-Isabelle mechanisation of WebAssembly. WasmRef-Isabelle has been adopted and deployed as a fuzzing oracle in the continuous integration infrastructure of Wasmtime, a widely used WebAssembly implementation. Previous efforts to fuzz Wasmtime against WebAssembly's official OCaml reference interpreter were abandoned by Wasmtime's developers after the reference interpreter exhibited unacceptable performance characteristics, which its maintainers decided not to f
APA, Harvard, Vancouver, ISO, and other styles
3

Karpovich, Vladimir Dmitrievich, and Ilya Borisovich Gosudarev. "WebAssembly performance in the Node.js environment." Программные системы и вычислительные методы, no. 2 (February 2025): 12–34. https://doi.org/10.7256/2454-0714.2025.2.74049.

Full text
Abstract:
Modern runtime environments such as browsers, Node.js, and others provide developers with tools that go beyond traditional JavaScript. This study focuses on a modern approach to building web applications where components written in different programming languages can be executed and shared using WebAssembly. The subject of the research is the testing and analysis of performance benchmarks comparing JavaScript and WebAssembly modules in the Node.js runtime. The focus is on evaluating performance in computational tasks, memory interaction, data processing, and cross-language communication. The a
APA, Harvard, Vancouver, ISO, and other styles
4

Qian, Peng, Xinlei Ying, Jiashui Wang, et al. "FreeWavm: Enhanced WebAssembly Runtime Fuzzing Guided by Parse Tree Mutation and Snapshot." Proceedings of the ACM on Software Engineering 2, ISSTA (2025): 159–81. https://doi.org/10.1145/3728877.

Full text
Abstract:
WebAssembly, recognized as a low-level and portable language, has been widely embraced in areas as diverse as browsers and blockchains, emerging as a revolutionary force for Internet evolution. Unfortunately, defects and flaws in WebAssembly runtimes bring about unexpected results when running WebAssembly applications. A family of solutions has been proposed to detect vulnerabilities in WebAssembly runtimes, with fuzzing surging as the most promising and persuasive approach. Despite its potential, fuzzing faces significant challenges due to the grammatical complexity of WebAssembly runtimes, w
APA, Harvard, Vancouver, ISO, and other styles
5

Watt, Conrad, Andreas Rossberg, and Jean Pichon-Pharabod. "Weakening WebAssembly." Proceedings of the ACM on Programming Languages 3, OOPSLA (2019): 1–28. http://dx.doi.org/10.1145/3360559.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Zhao, Kunsong, Zihao Li, Weimin Chen, et al. "Recasting Type Hints from WebAssembly Contracts." Proceedings of the ACM on Software Engineering 2, FSE (2025): 2665–88. https://doi.org/10.1145/3729388.

Full text
Abstract:
WebAssembly has become the preferred smart contract format for various blockchain platforms due to its high portability and near-native execution speed. To effectively understand WebAssembly contracts, it is crucial to recover high-level type signatures because of the limited type information that WebAssembly provides. However, existing studies on type inference for smart contracts primarily center around Ethereum Virtual Machine bytecode, which is not applicable to WebAssembly owing to their differing targets and runtime semantics. This paper introduces WasmHint, a novel solution that leverag
APA, Harvard, Vancouver, ISO, and other styles
7

Draissi, Oussama, Tobias Cloosters, David Klein, et al. "Wemby’s Web: Hunting for Memory Corruption in WebAssembly." Proceedings of the ACM on Software Engineering 2, ISSTA (2025): 1326–49. https://doi.org/10.1145/3728937.

Full text
Abstract:
WebAssembly enables fast execution of performance-critical in web applications utilizing native code. However, recent research has demonstrated the potential for memory corruption errors within WebAssembly modules to exploit web applications. In this work, we present the first systematic analysis of memory corruption in WebAssembly, unveiling the prevalence of a novel threat model where memory corruption enables code injection on a victim’s browser. Our large-scale analysis across 37797 domains reveals that an alarming 29411 (77.81%) of those fully trust data coming from potentially attacker-c
APA, Harvard, Vancouver, ISO, and other styles
8

Watt, Conrad. "Concurrency in WebAssembly." Queue 23, no. 3 (2025): 65–85. https://doi.org/10.1145/3747201.3746173.

Full text
Abstract:
Mismatches between the interfaces promised to programmers by source languages and the capabilities of the underlying web platform are a constant trap in compiling to Wasm. Even simple examples such as a C program using the language's native file-system API present difficulties. Often such gaps can be papered over by the compilation toolchain somewhat automatically, without the developer needing to know all of the details so long as their code runs correctly end to end. This state of affairs is strained to its limits when compiling programs for the web that use multicore concurrency features. T
APA, Harvard, Vancouver, ISO, and other styles
9

Abhay, Pal. "The Role of Web Assembly in High-Performance Web Applications." Journal of Research and Innovation in Technology, Commerce and Management Vol. 2, Issue 5 (2025): 2431–34. https://doi.org/10.5281/zenodo.15372723.

Full text
Abstract:
WebAssembly (Wasm) is a revolutionary technology in web development, allowing high- performance applications to match native software in speed and efficiency. This paper discusses the role of WebAssembly in improving the performance of web applications through a portable, low-level binary format that runs at near-native speeds. By reviewing its architecture, use cases, and integration with current web technologies, this research points out how WebAssembly closes the gap between web and native performance. The study also looks at existing limitations and suggests future directions for its use i
APA, Harvard, Vancouver, ISO, and other styles
10

Rao, Xiaojia, Aïna Linn Georges, Maxime Legoupil, et al. "Iris-Wasm: Robust and Modular Verification of WebAssembly Programs." Proceedings of the ACM on Programming Languages 7, PLDI (2023): 1096–120. http://dx.doi.org/10.1145/3591265.

Full text
Abstract:
WebAssembly makes it possible to run C/C++ applications on the web with near-native performance. A WebAssembly program is expressed as a collection of higher-order ML-like modules, which are composed together through a system of explicit imports and exports using a host language, enabling a form of higher- order modular programming. We present Iris-Wasm, a mechanized higher-order separation logic building on a specification of Wasm 1.0 mechanized in Coq and the Iris framework. Using Iris-Wasm, we are able to specify and verify individual modules separately, and then compose them modularly in a
APA, Harvard, Vancouver, ISO, and other styles
More sources

Dissertations / Theses on the topic "WebAssembly"

1

Eriksson, Fredrik, and Sebastian Grunditz. "Containerizing WebAssembly : Considering WebAssembly Containers on IoT Devices as Edge Solution." Thesis, Linköpings universitet, Institutionen för datavetenskap, 2021. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-177581.

Full text
Abstract:
This paper will explore the speed of execution, memory foot-print and the maturity of WebAssembly Runtimes (WasmRT).For this study, the WasmRT will be Wasmer1and Wasmtime.2Initially, benchmarks were run on a Raspberry Pi 3 model Bto simulate a more hardware capable IoT-device. Tests per-formed on a Raspberry Pi shows that there are many instanceswhere a WasmRT outperforms a similar Docker+C solution.WasmRT has a very clear use case for IoT devices, specifi-cally short jobs, the results from our research will show thatWasmRT can be up to almost 70 times as fast as a similarDocker solution. Wasm
APA, Harvard, Vancouver, ISO, and other styles
2

Režňák, Pavel. "WebGL2 renderer ve WebAssembly." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2018. http://www.nusl.cz/ntk/nusl-385902.

Full text
Abstract:
This thesis is focused on fast rendering of the 3D scene in a web browser with usage of modern technologies, for instance WebGL and WebAssembly. In this thesis you will find out how to compile an application which was written in C++ language into WebAssembly via Emscripten compilator and how to insert this code into a web page. Futhermore, you will find out how to communicate between C++ language and JavaScript, how to call functions, create instances and how to share memory between them. During design of a rendering core you will learn a few methods how to improve rendering performance. In th
APA, Harvard, Vancouver, ISO, and other styles
3

Lauri, Boström Olle. "WebAssembly for Web Developers." Thesis, Linnéuniversitetet, Institutionen för datavetenskap och medieteknik (DM), 2019. http://urn.kb.se/resolve?urn=urn:nbn:se:lnu:diva-100437.

Full text
Abstract:
One of the latest tools in the strive troughwards a fast and secure Web is called WebAssembly. It is a low-level, assembly-like language that can run in the browser alongside JavaScript. WebAssembly is designed to load fast and aims to execute at near-native speed. Being a compilation target for system languages like C, C++, and Rust, WebAssembly is not very accessible from a Web developer perspective. This project explores ways to generate WebAssembly directly from JavaScript code, in order to lower the learning curve, and allow for a more widespread adoption of WebAssembly. This has resulted
APA, Harvard, Vancouver, ISO, and other styles
4

Eleskovic, Denis. "A closer look at WebAssembly." Thesis, Blekinge Tekniska Högskola, Institutionen för programvaruteknik, 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:bth-20398.

Full text
Abstract:
WebAssembly is a new emerging technology for the web which offers a low-level bytecode format for other languages to compile to. The aim of the technology is to effectively speed up the performance of the web, as well as to offer a way for developers to port existing libraries and code that were written in static languages such as C/C++ or Rust. The technology is currently supported in all the major browsers of today.This study takes a closer look at how the technology works and how it is compiled and executed across two of the major browsers as compared to JavaScript. Furthermore, a smaller e
APA, Harvard, Vancouver, ISO, and other styles
5

Sjölén, Johan. "Relational Symbolic Execution in WebAssembly." Thesis, KTH, Skolan för elektroteknik och datavetenskap (EECS), 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-282429.

Full text
Abstract:
WebAssembly is a new low-level language used as a compilation target which runs in web browsers. As more code is run on the client side of a web application the issue of security of that code become more important. Our work is based in the approach of using formal verification in order to prove that for a program one or more security properties hold. In this thesis we have explored the usage of relational symbolic execution in order to perform formal verification of security properties for WebAssembly programs. We described a formal semantics of relational symbolic execution for WebAssembly, i
APA, Harvard, Vancouver, ISO, and other styles
6

Aspromonte, Marco. "Studio del WebAssembly e sperimentazioni con Emscripten." Bachelor's thesis, Alma Mater Studiorum - Università di Bologna, 2020. http://amslaurea.unibo.it/20464/.

Full text
Abstract:
L'elaborato è volto allo studio dello standard WebAssembly, delle sue specifiche di implementazione e applicazione nel mondo delle Tecnologie Web moderne. Grazie alla sua architettura e alla portabilità che offre in termini di esecuzione multi-piattaforma, il WebAssembly può acquisire enormi potenzialità dal punto di vista dello sviluppo delle applicazioni web, poichè consente una riscrittura del codice nativo (C e C++) in linguaggi eseguibili e interpretabili dal browser, quali Javascript e Html. In questo modo, qualsiasi software o applicazione scritta in codice nativo può essere integrata i
APA, Harvard, Vancouver, ISO, and other styles
7

Fredriksson, Stefan. "WebAssembly vs. its predecessors : A comparison of technologies." Thesis, Linnéuniversitetet, Institutionen för datavetenskap och medieteknik (DM), 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:lnu:diva-97654.

Full text
Abstract:
For many years it has only been HTML, CSS, and JavaScript that have been native to the Web. In December 2019, WebAssembly joined them as the fourth language to run natively on the Web. This thesis compared WebAssembly to the technologies ActiveX, Java applets, Asm.js, and Portable Native Client (PNaCl) in terms of their performance, security, and browser support. The reason why this was an interesting topic to investigate was to determine in what areas WebAssembly is an improvement over previous similar technologies. Another goal was to provide companies that still use older technologies with
APA, Harvard, Vancouver, ISO, and other styles
8

Geminiani, Fabrizio. "Il progetto Webassembly: un bytecode a supporto del web." Bachelor's thesis, Alma Mater Studiorum - Università di Bologna, 2016.

Find full text
Abstract:
A fronte di un notevole incremento di funzionalità e strutture, nell'ambiente Web si sono intrapresi numerosi percorsi volti alla creazione di progetti che vanno a supportare il sovraccarico riversato sul lavoro che i linguaggi e i software sono tenuti a svolgere. Ad oggi il Javascript è uno dei linguaggi maggiormente utilizzati in ambito Web, e si rivela spesso essenziale al corretto sviluppo di applicazioni particolarmente evolute. Questo linguaggio, come è noto, sposta l’elaborazione del codice sul lato client, quindi sarà il Browser a supportare il carico di lavoro. Inoltre, è proprio q
APA, Harvard, Vancouver, ISO, and other styles
9

Gifford, Chandler. "Design and Analysis of an Instrumenting Profiler for Webassembly." DigitalCommons@CalPoly, 2019. https://digitalcommons.calpoly.edu/theses/2039.

Full text
Abstract:
This thesis presents the design, implementation, and analysis of WasmProf, an instrumenting profiler for WebAssembly programs. WebAssembly is a compiled language designed for use on the web that, at the time of this writing, is still being actively developed. At present, performance analysis for WebAssembly programs mostly consists of browsers’ built-in sampling profilers. These profilers work well in many cases but only give a statistical estimation of the distribution of function calls and are, therefore, not well-suited for more fine-grained analysis. The WasmProf instrumenting profiler fil
APA, Harvard, Vancouver, ISO, and other styles
10

Kaluva, Lakshmi Venkata Sainath, and Abdullah Hossain. "WebAssembly for Video Analysis: An Explorative Multi-method study." Thesis, Blekinge Tekniska Högskola, Institutionen för programvaruteknik, 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:bth-20705.

Full text
Abstract:
Context: WebAssembly(wasm) language has gained popularity across the web-development domain for its niche characterises that differentiate from JavaScript. Several non-web developers are also showing interest in this technology to run their native applications on web platform. However, it is challenging for practitioners to identify whether this technology fits with their needs and processes. There is a lack of research that helps practitioners make this choice. Objective: Our study aims to determine the potential for adopting wasm in industry by analysing the existing knowledge on wasm with t
APA, Harvard, Vancouver, ISO, and other styles
More sources

Books on the topic "WebAssembly"

1

Jain, Shashank Mohan. WebAssembly for Cloud. Apress, 2022. http://dx.doi.org/10.1007/978-1-4842-7496-5.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Wren, Kassian. Practical WebAssembly. O'Reilly Media, Incorporated, 2024.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
3

Blazor WebAssembly Succinctly. Syncfusion, Inc., 2023.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
4

Gallant, Gerard. WebAssembly in Action. Manning Publications Company, 2019.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
5

Practical WebAssembly: Explore the Fundamentals of WebAssembly Programming Using Rust. Packt Publishing, Limited, 2022.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
6

Practical WebAssembly: Explore the Fundamentals of WebAssembly Programming Using Rust. de Gruyter GmbH, Walter, 2022.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
7

WebAssembly: The Definitive Guide. O'Reilly Media, Incorporated, 2021.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
8

WebAssembly: The Definitive Guide. O'Reilly Media, Incorporated, 2022.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
9

WebAssembly: The Definitive Guide. O'Reilly Media, Incorporated, 2021.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
10

Tran, Huy. Blazor WebAssembly . NET 6 Fundmentals. Independently Published, 2022.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
More sources

Book chapters on the topic "WebAssembly"

1

Zheng, Gavin, Longxiang Gao, Liqun Huang, and Jian Guan. "WebAssembly(WASM)." In Ethereum Smart Contract Development in Solidity. Springer Singapore, 2020. http://dx.doi.org/10.1007/978-981-15-6218-1_11.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Jain, Shashank Mohan. "WebAssembly Introduction." In WebAssembly for Cloud. Apress, 2021. http://dx.doi.org/10.1007/978-1-4842-7496-5_1.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Jain, Shashank Mohan. "Wasm Web Interface." In WebAssembly for Cloud. Apress, 2021. http://dx.doi.org/10.1007/978-1-4842-7496-5_6.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Jain, Shashank Mohan. "WebAssembly Text Toolkit and Other Utilities." In WebAssembly for Cloud. Apress, 2021. http://dx.doi.org/10.1007/978-1-4842-7496-5_3.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Jain, Shashank Mohan. "waPC." In WebAssembly for Cloud. Apress, 2021. http://dx.doi.org/10.1007/978-1-4842-7496-5_5.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Jain, Shashank Mohan. "Extending Istio with WebAssembly." In WebAssembly for Cloud. Apress, 2021. http://dx.doi.org/10.1007/978-1-4842-7496-5_8.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Jain, Shashank Mohan. "WebAssembly Module Internals: Sections and Memory Model." In WebAssembly for Cloud. Apress, 2021. http://dx.doi.org/10.1007/978-1-4842-7496-5_2.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Jain, Shashank Mohan. "Wasm and Kubernetes." In WebAssembly for Cloud. Apress, 2021. http://dx.doi.org/10.1007/978-1-4842-7496-5_7.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Jain, Shashank Mohan. "WebAssembly with Rust and JavaScript: An Introduction to wasm-bindgen." In WebAssembly for Cloud. Apress, 2021. http://dx.doi.org/10.1007/978-1-4842-7496-5_4.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Himschoot, Peter. "Securing Blazor WebAssembly." In Full Stack Development with Microsoft Blazor. Apress, 2024. https://doi.org/10.1007/979-8-8688-1007-7_19.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Conference papers on the topic "WebAssembly"

1

Kim, Jinyeol, Raehyeong Kim, Jongwon Oh, and Seung Eun Lee. "Accelerating Embedded WebAssembly Based on FPGA." In 2024 21st International SoC Design Conference (ISOCC). IEEE, 2024. http://dx.doi.org/10.1109/isocc62682.2024.10762325.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Scherer, Markus, Jeppe Fredsgaard Blaabjerg, Alexander Sjösten, Magdalena Solitro, and Matteo Maffei. "Wappler: Sound Reachability Analysis for WebAssembly." In 2024 IEEE 37th Computer Security Foundations Symposium (CSF). IEEE, 2024. http://dx.doi.org/10.1109/csf61375.2024.00025.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Park, Jeongpil, and Eun-Sun Cho. "WeBMO: WebAssembly Memory Bitwise Operation Obfuscation." In 2024 IEEE 48th Annual Computers, Software, and Applications Conference (COMPSAC). IEEE, 2024. http://dx.doi.org/10.1109/compsac61105.2024.00189.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Michaud, Quentin, Yohan Pipereau, Olivier Levillain, and Dhouha Ayed. "Robust Stack Smashing Protection for WebAssembly." In 2024 IEEE Future Networks World Forum (FNWF). IEEE, 2024. https://doi.org/10.1109/fnwf63303.2024.11028722.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Wang, Jiashui, Ziyi Guo, Xinlei Ying, Peng Qian, and Yan Chen. "S$w$Fuzz: Structure-Sensitive WebAssembly Fuzzing." In 2024 31st Asia-Pacific Software Engineering Conference (APSEC). IEEE, 2024. https://doi.org/10.1109/apsec65559.2024.00045.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Park, Junyoung, Yunho Kim, and Insu Yun. "RGFuzz: Rule-Guided Fuzzer for WebAssembly Runtimes." In 2025 IEEE Symposium on Security and Privacy (SP). IEEE, 2025. https://doi.org/10.1109/sp61157.2025.00003.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Tufegdžić, Janko, Matija Dodović, Mihajlo Ogrizović, Nikola Babić, Jovan Ðukić, and Dražen Drašković. "Application of WebAssembly Technology in High-Performance Web Applications." In 2024 11th International Conference on Electrical, Electronic and Computing Engineering (IcETRAN). IEEE, 2024. http://dx.doi.org/10.1109/icetran62308.2024.10645198.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Zhuang, Junjie, Hao Jiang, and Baojian Hua. "WasmChecker: Effectively Detecting WebAssembly Bugs via Static Program Analysis." In 2024 8th International Conference on Electrical, Mechanical and Computer Engineering (ICEMCE). IEEE, 2024. https://doi.org/10.1109/icemce64157.2024.10861926.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Kakati, Sangeeta, and Mats Brorsson. "Performance and Usability Implications of Multiplatform and WebAssembly Containers." In 15th International Conference on Cloud Computing and Services Science. SCITEPRESS - Science and Technology Publications, 2025. https://doi.org/10.5220/0013203200003950.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Helpa, Calebe, Tiago Heinrich, Marcus Botacin, Newton C. Will, Rafael R. Obelheiro, and Carlos A. Maziero. "Uma Estratégia Dinâmica para a Detecção de Anomalias em Binários WebAssembly." In Simpósio Brasileiro de Segurança da Informação e de Sistemas Computacionais. Sociedade Brasileira de Computação - SBC, 2023. http://dx.doi.org/10.5753/sbseg.2023.233112.

Full text
Abstract:
WebAssembly é um formato binário de baixo nível, que oferece um alvo de compilação para linguagens de alto nível. Oferecendo mais segurança para os usuários na Web, com um formato de instruções binárias o WebAssembly é suportado por mais de 95% dos navegadores Web. No entanto, o crescimento no uso do WebAssembly trouxe preocupações em relação à sua segurança e seu possível uso de forma maliciosa. Dado que o WebAssemby é um formato de instruções de baixo nível, torna-se essencial a identificação do propósito dos códigos desenvolvidos, por meio da extração de suas características. O uso de WebAs
APA, Harvard, Vancouver, ISO, and other styles

Reports on the topic "WebAssembly"

1

Hemel, Armijn. WebAssembly (Wasm) for Legal Professionals: Exploring Current Parameters in License Compliance. The Linux Foundation, 2022. https://doi.org/10.70828/ltew7465.

Full text
Abstract:
WebAssembly is a technology currently gaining traction. However, documentation for WebAssembly on the Internet primarily targets developers and focuses on how to use it, or develop for it. What is needed is documentation that looks at WebAssembly from an open source license compliance perspective. This report, WebAssembly (Wasm) for Legal Professionals, functions as a starting point for a discussion about what open source license compliance for WebAssembly could look like and its potential for implementation in several ways. The report intends to highlight potential license compliance pitfalls
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!