-
Take the following example:
```typescript
import {Bucket, OutgoingValue} from "wasi:keyvalue/types@0.1.0";
function unwrap(result: Result): T {
if (result.tag === 'ok') {
return result.v…
vigoo updated
2 months ago
-
## Description
Selecting any of these cells and pressing Shift+Enter is producing no output. Tried locally and got the same behavior (I added empty metadata objects because it was throwing an …
-
### Bug report
`QmayWHkdCwBojegpArxYkfiE51FeREcHkBYJCqvhUpfVP2` SG failed with non-deterministic error
`2024-06-17T12:07:06.311498831Z stderr F Jun 17 12:07:06.311 ERRO Subgraph failed with non-de…
-
The following packages do not have a `README.md` at npmjs.com, even though they do contain a `README.md` in their source:
- [@wp-playground/blueprints](https://www.npmjs.com/package/@wp-playground/bl…
-
Am used to benthos and having a list of processors but did not see any in docs .
saw https://github.com/wombatwisdom/wombat/tree/main/public/components 5 ones which I guess you could call process…
-
### Context
[https://github.com/bytecodealliance/wasmtime/tree/main/examples/component](https://github.com/bytecodealliance/wasmtime/tree/main/examples/component)
Add support for making the same ex…
-
I tried to build this code with `cargo build --target=wasm32-unknown-unknown`:
```rust
pub fn force_wasm_trap() {
std::arch::wasm::unreachable();
}
```
I expected to see this happen: compile suc…
-
### Description
When maui blazor renders a component that injects the PersistentComponentState, it fails.
This documentation shows how to use persisted state in a component.
https://docs.micros…
-
### Description
Mono throws when member accessibility is changed during debugging
### Reproduction Steps
Use Roslyn build from PR: https://github.com/dotnet/roslyn/pull/75191 for repro.
1) Creat…
-
This issue will be used to collect discussions and issues about WASI support in `wasm-bindgen`.
Generally speaking `wasm-bindgen` doesn't currently support WASI, but we should figure out if we want…