For what is the .wasm file in html5 export?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Mxt08

Hi,
Sorry for my question, but,
what utility have the .wasm file that appears when I export my project to html5?
Thanks

:bust_in_silhouette: Reply From: A112

WebAssembly (abbreviated Wasm) is a binary instruction format for a stack-based virtual machine. Wasm is designed as a portable target for compilation of high-level languages like C/C++/Rust, enabling deployment on the web for client and server applications.

Thanks for your answer, I understood and found it helpful.

Mxt08 :slight_smile:

Mxt08 | 2020-05-02 17:51