-
I compiled this P2ID note script using the `main` entrypoint:
```rust
#![no_std]
#![no_main]
#[global_allocator]
static ALLOC: miden::BumpAlloc = miden::BumpAlloc::new();
#[panic_handler]
…
-
`configure.ac` sets `DEF_MAKE_ALL_RULE` to:
* if `--enable-optimizations` is passed, then `profile-opt`
* if `ac_sys_system` is `Emscripten` or `WASI` then `build_wasm`
* if neither of these, then …
-
**If you are reporting *any* crash or *any* potential security issue, *do not*
open an issue in this repo. Please report the issue via [ASRC](https://security.alibaba.com/)(Alibaba Security Response …
-
`std/wasi` is being deprecated https://github.com/denoland/deno_std/pull/3732 and it would be nice to offer an alternative i.e `node:wasi` before it's removal.
Some ideas on perfomance:
- https:…
-
I'm trying to create a wit interface, a type(record) is re-using another type(record) from wasi-http
I'm using wasmcloud dev tools, but still the error occurs on the bindgen macro
> error: failed …
-
### Test Case
@alexcrichton pointed out that the WinML backend of wasi-nn managed to segfault on CI:
- [conversation](https://github.com/bytecodealliance/wasmtime/pull/9503#issuecomment-2433683294…
-
This tracks outstanding issues to stabilize WASI support for Tokio.
Initial PR: #4716
Known issues:
* [ ] tests were disabled and need to be re-enabled
* [x] `tokio::time` can be stabilized.…
-
Right now we download the x64 version unconditionally, but instead we should do it for the right CPU. I think it requires [using `TARGETPLATFORM`](https://docs.docker.com/build/building/multi-platform…
-
This is a tracking issue for the [Compiler MCP 607](https://github.com/rust-lang/compiler-team/issues/607).
### Steps
- [x] Author MCP https://github.com/rust-lang/compiler-team/issues/607
- [x] …
-
When attempting to load this specific model, the following error logs can be seen. This is currently breaking the app (not hard crash but the app becomes unresponsive).
```
[2024-07-19T20:41:16Z I…