-
I am unsure if I am correct here or if the bug should go to posit-dev/shinylive.
My exported webassembly runs fine served localy with "python -m http.server ..." with Firefox, Chrome and Edge.
Whe…
-
### Current behavior
Please see repo below: when upgrading from UNO 5.2 -> 5.3 the AutoSuggestBox is screwed up when clicking before starting to type: the selection logic no longer works. Same when…
-
### Link to the code that reproduces this issue
https://github.com/azr-arch/realtime-chat-app
### To Reproduce
try building the app with `npm run build`
### Current vs. Expected behavior
**Curren…
-
The gorilla websocket library does not support webassembly. It would be nice to use https://github.com/nhooyr/websocket to have support for it. It would require test to make sure it also work with gop…
-
The AuthenticationService.ts used in `namespace Microsoft.Authentication.WebAssembly.Msal` does not try to use the popup api on signout.
I would assume that the `redirect_in_iframe` error would be re…
-
I'm going to try tomorrow and submit a PR if successful.
If you already have a WebAssembly build script, I'd appreciate it if you would push it up to GtHub.
Thank you for your amazing work.
B…
-
Configure in WebAssembly SDK:
- `pthreadPoolInitialSize`
- `pthreadPoolUnusedSize`
- `jsThreadBlockingMode`
See https://github.com/dotnet/runtime/pull/99833
See [also](https://github.com/do…
-
We have a chrome extension written in C++ and Javascript. The extension uses Chrome's [NaCl](https://developer.chrome.com/native-client) sandbox for running compiled C++ code in the browser efficientl…
-
We still don't have IDE for compiling c++ to wasm, let alone c#.
Since webassembly runs on the web, would be nice if asp.net hash tooling support for compiling,
using wasm modules in the project.
…
-
Seems this is very slow due to 64-bit math emulation.
Using WebAssembly might be 90% faster due to 64-bit math compatibility