Milan Raj
Milan Raj
## Bug Report ### Steps to Reproduce: Trying to update the [vite example](https://github.com/ProspectiveCo/perspective-vite-example) to perspective 3.1.0 by switching to the `inline.js` files to avoid needing extra bundler configuration. However when...
## Bug Report ### Steps to Reproduce: Trying to update the [vite example](https://github.com/ProspectiveCo/perspective-vite-example) to perspective 3.1.0 fails for two reasons: 1. Top-level async-await usage was added. Possible to resolve by...
### Affected project(s) - [ ] documentation - [ ] examples - [ ] wasmCloud host - [X] wasmCloud CLI (wash) - [ ] wasmCloud dashboard UI (washboard) - [...
### Affected project(s) - [ ] documentation - [ ] examples - [ ] wasmCloud host - [X] wasmCloud CLI (wash) - [ ] wasmCloud dashboard UI (washboard) - [...
**Feature request** - Update Browser versions on Chromatic infrastructure - Documentation on expected Chromatic infrastructure update cadence **Proposed solution** See above. **Alternative solutions** N/A. **Additional context** Trying to rely on...
Should benchmark / try out mimalloc which claims a 2x speed improvement in single-core perf over dlmalloc: https://web.dev/articles/scaling-multithreaded-webassembly-applications#mimalloc
I had the following example working correctly with jco 1.9.1, componentize-js 0.16.0, wasmtime 31.0.0 in a WSL 2 ubuntu linux environment: ```js { const { addEventListener } = globalThis; addEventListener(...
### Affected project(s) - [ ] documentation - [ ] examples - [ ] wasmCloud host - [x] wasmCloud CLI (wash) - [ ] wasmCloud dashboard UI (washboard) - [...
## Description I'd like to host JupyterLite in an environment that conforms to the the [OWASP Basic non-Strict CSP Policy](https://cheatsheetseries.owasp.org/cheatsheets/Content_Security_Policy_Cheat_Sheet.html#basic-non-strict-csp-policy) recommendation. Reproducing the `Content-Security-Policy` header as follows: ``` Content-Security-Policy: default-src...
Many of the other bytecodealliance tools support [cargo-binstall](https://github.com/cargo-bins/cargo-binstall) based installation, for example: - wasmtime: https://docs.wasmtime.dev/cli-install.html#install-via-cargo - wkg: https://github.com/bytecodealliance/wasm-pkg-tools?tab=readme-ov-file#installation - wasm-tools: https://github.com/bytecodealliance/wasm-tools?tab=readme-ov-file#installation - wac: https://github.com/bytecodealliance/wac?tab=readme-ov-file#installation - wit-bindgen (which works with `cargo...