-
The `Sentry` package as well as the new `Sentry.AspNetCore.Blazor.WebAssembly` work on the browser through wasm.
Related work:
* https://github.com/getsentry/sentry-dotnet/pull/2569
* https://github.…
-
The current wasm implementation supports compiling to wasm with `wasm_bindgen`, which is meant to provide bindings for usage from JavaScript in the browser. This aligns with many of the concepts from …
-
Per the CI this command succeeds:
```
cargo build --no-default-features --features alloc --target wasm32-unknown-unknown --release
```
However, a build with [wasm-pack`](https://github.com/rus…
-
JavaScript bindings will be one of the officially supported languages to query UKV. We don't have an implementation yet, we are inviting C++ and JS enthusiasts to contribute.
-
**Checklist**
- [x] I have searched budibase discussions and github issues to check if my issue already exists
**Hosting**
- Self
- Method: docker compose
- Budibase Version: 3.2.9
**and…
-
### How can we reproduce the crash?
First, create a new project, and install the `gpu.js`, the [gpu.js is a opensource calculation acceleration library](https://github.com/gpujs/gpu.js/#readme) for j…
-
I think the real possible value here is taking someone who knows programming in general or even programming very well but only in a few languages, and making them someone who can produce artifacts of …
-
### How can we reproduce the crash?
i start with elysia project and just run `bun dev`
### Relevant log output
```shell
```
### Stack Trace (bun.report)
Bun v1.1.37 ([`8ca0eb8`]()) on linux x86_…
-
To support interacting with the DOM, CoreRT needs to allow calls to and from JavaScript. Mono has established an API for this that Blazor uses, so that's probably a good start. It might be possible to…
-
Is there an npm package to get around the HTTP calls? I figured doing away with the HTTP could be a pretty cheap way of speeding up results. Something like https://github.com/Project-OSRM/node-osrm? I…