I am trying to port my simple collision detection library from JavaScript to WebAssembly for speed. After looking up languages that compile to WASM, AssemblyScr
I'd like to process images on clientside with Blazor WASM and OpenCV. I can run OpenCV with the OpenCVSharp4 NuGet Package serverside, but that wont cut it. If
I have been following the the Terra CosmWasm smart contract tutorial and have taken all steps outlined (tried from scratch multiple times, re-installed Rust, et
We have searched other issues along this line, and found that they seem to apply to after a site is deployed. This happens within VS 2019 when trying to debug.
When I create a vanilla blazor webassembly app clicking ASP.Net Server Hosted and also the PWA option in the last week (over 5 test projects) and run the code a
I'm stuck and I hope somebody can help, I am trying to build the h264lib_opencore library to webasm and I successfully built it, I isolated the functions that I
So I have this weird error where the script stops executing with RangeError: Maximum call stack size exceeded when I launch it normally, but when I open the Dev
I'm running a site that uses SharedArrayBuffer (ffmpeg wasm) which strictly requires CORS (and/or site isolation), AND a Discord oauth2 workflow. After not look
GitHub code editor (github.dev) on Microsoft Edge browser says the error request initialize failed with message: Webassembly is not defined and also missing syn
I am taking over maintenance of an ASP.Net Hosted WebAssembly project. Cannot debug it. I have added "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_fr
Thinking about writing a game using web assembly. Is there a good way of doing that using Clojure or clojurescript?
I am trying to debug a port of some c and c++ code to WASM. I worked out how to source level debug in the browser with a simple 10 line .c program but now I wan
I am asking for your help because i have some trouble with the connection of my app to Azure key vault (title of the subject). The architecture of my project lo
I am asking for your help because i have some trouble with the connection of my app to Azure key vault (title of the subject). The architecture of my project lo
i managed today to get cloudflare workers working with my c# wasm. My question is, how safe this is if i want to serve a api on workers with webassembly? I want
I'm trying to follow the Rust WebAssembly book and I'm stuck at the exercise in section 4.2. I changed everything as described in the answer, but the given &
I am running a Blazor page on Chrome and I see from the Chrome profiler that it is spending a lot of time in the code wasm-function(633). Is there any way for
I have multiple separate application (C++, C#) that shares data through MemoryMappedFile. now I want to show some data from that; can I access that directly fro
I have multiple separate application (C++, C#) that shares data through MemoryMappedFile. now I want to show some data from that; can I access that directly fro
This is related to the previous question WebAssembly in async code Basically, that question is about the problem of the WebAssembly blocking the main thread, a