Top "Webassembly" questions

WebAssembly (abbreviated Wasm) is a new portable, size- and load-time-efficient format suitable for compilation to the web.

Can I read files from the disk by using Webassembly?

I followed the Webassembly getting started tutorial http://webassembly.org/getting-started/developers-guide/ It worked fine and displayed the "Hello, world!" …

c++ emscripten webassembly
How can I check if a browser supports WebAssembly?

With support for WebAssembly coming into all new major browsers, how can I check whether the current browser which is …

browser webassembly
WebAssembly InstantiateStreaming Wrong MIME type

I am attempting to get this tutorial (here: https://www.hellorust.com/demos/add/index.html) to work, and it …

javascript rust streaming fetch webassembly
UDP socket at webassembly

I'm trying to port my desktop app written in C and C++ to webassembly platform and am investigating if it …

c sockets webassembly
Is it possible to submit HTTP requests with WebAssembly?

I'm trying to submit a simple HTTP GET request in WebAssembly. For this purpose, I wrote this program (copied from …

c http xmlhttprequest emscripten webassembly
Why is webAssembly function almost 300 time slower than same JS function

Find length of line 300* slower First of I have read the answer to Why is my WebAssembly function slower than …

javascript performance webassembly
Emscripten - cmake - pass emscripten options in CMakeList file

How to use emcmake cmake and pass emscripten command-line options? Pretty new to c++ / CMake, but can't find anything helpful …

c++ cmake emscripten webassembly
WebAssembly calling JavaScript methods from wasm i.e. within C++ code

I was playing with WebAssembly and so far and I was able to manage emscripten compile my test C++ project …

javascript c++11 emscripten webassembly
Compile Swift to WebAssembly

The LLVM infrastructure now supports compiling from LLVM IR to WebAssembly (at least experimentally). Swift uses the LLVM compiler infrastructure …

swift llvm webassembly
Blazor in Internet Explorer

I am trying to run blazor application in Internet Explorer. On blazor page is written there is a fallback into …

internet-explorer webassembly blazor