close
Skip to main content
Filter by
Sorted by
Tagged with
Best practices
4 votes
10 replies
180 views

I am developing a client-side single page web app with an university group. The frontend handles UI and user input, while the main computations are handled by webassembly files compiled from C++ with ...
user27206132's user avatar
Advice
0 votes
0 replies
60 views

I am currently experimenting with kotlin multiplatform, to build an application in a desktop and web flavor. Some functionality is provided on desktop by another installed application, but it is not ...
Markus Kreusch's user avatar
Advice
0 votes
5 replies
140 views

I have an app written as a web assembly, in web native tools. Can this be packaged as a Win64 (or Win32) dll, such that it can be invoked from a Win32 or Win64 native application? The specific use ...
Jonesome Reinstate Monica's user avatar
2 votes
0 answers
179 views

Lately, I've been learning how to use WebGPU and WebAssembly to run image classification models in web browsers. I used Rust, WASM, and Burn. I noticed that the burn-onnx repository contains an ...
ddhello's user avatar
  • 21
Advice
0 votes
0 replies
121 views

I have created a web app using the blazor web app template with interactive render mode being WebAssembly. Is it even possible to get PWA working with this ? I have tried following the microsoft ...
Jordi Bent.'s user avatar
0 votes
0 answers
187 views

I have created a simple C++ program /* checkers.cpp */ #define SDL_MAIN_USE_CALLBACKS 1 // NOLINT // #include <SDL3/SDL.h> //uncomment for release #include <SDL3/SDL_error.h> /...
user2309803's user avatar
1 vote
0 answers
290 views

If understand the instuctions correctly, I need to build the SDL library with emsdk emcmake cmake -S vendored/SDL -B build -G "Visual Studio 18 2026" ran successfully but emcmake cmake --...
user2309803's user avatar
Best practices
0 votes
3 replies
136 views

I have a lightweight ONNX model that performs Parts of Speech (POS) tagging, which I then use to generate grammatical features in my application. These grammatical features involve surrounding POS tag ...
ShonenAsh's user avatar
Best practices
0 votes
1 replies
120 views

Currently, I do: npm install --prefix ./assets @hpcc-js/[email protected] bin/console importmap:require @hpcc-js/wasm --path=./assets/node_modules/@hpcc-js/wasm/dist/index.js It installs node_modules in /...
Dominic108's user avatar
2 votes
1 answer
212 views

I'm trying to set up a nav bar for my full stack web application, yet the CSS does not want to play ball. When I first load the application (using dx serve --web), the styling is completely incorrect, ...
Gruppr's user avatar
  • 61
1 vote
0 answers
102 views

I’m debugging C++ compiled to WebAssembly using Emscripten 3.1.12, running in Chrome and trying to debug the C++ code of my web extension which has C++ backend. env.AppendUnique( CCFLAGS = ['-Wall'...
aniket's user avatar
  • 39
1 vote
1 answer
164 views

I'm trying to debug a Flutter Web app compiled in WASM mode, but the debugger (DevTools) won’t attach; WebStorm keeps showing Waiting for debug connection... indefinitely. For context, I'm compiling ...
THelloThere's user avatar
  • 1,430
0 votes
1 answer
85 views

While I was able to get my C# code running in the browser as WebAssembly, I get errors like this when trying to run any (vitest) unit tests that load the module that initializes .NET: ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯...
Qwertie's user avatar
  • 17.5k
1 vote
0 answers
188 views

Why can't I get it to compile to WASM in the browser client-side, no server? Most recent error: Error initializing compiler. Check console for details. Failed to execute 'postMessage' on 'Worker': ...
ARGHHHHHH's user avatar
0 votes
0 answers
68 views

I started with a working app with static exported C# methods like [SupportedOSPlatform("browser")] // suppress CA1416 "only supported on: 'browser'" public static partial class ...
Qwertie's user avatar
  • 17.5k

15 30 50 per page
1
2 3 4 5
204