-
Basically load `.wasm` files.
Capabilities:
- provide new commands,
- hook on events,
- call helix commands,
- access UI stuff…?
At first we could use a basic toml config file or CLI to feed…
-
## What's happened?
**若未额外指出,下述均为 arm64(aarch64) 架构发生的问题**
1. `src:llvm-toolchain-14` 因为缺少 `llvm-spirv-14` (`src:spirv-llvm-translator-14`),在依赖选择期间会选择 `hello` 包,导致 `wasi-libc` 无法安装,缺少相关依赖
3. `s…
-
Feature gate: `#![feature(os_fd)]`
This is a tracking issue for the `std::os::fd` module, which is currently defined on
both Unix and WASI , and contains `OwnedFd`, `BorrowedFd`, `RawFd`, `AsF…
-
When I compile a simple file with this command: `/opt/wasi-sdk/bin/clang -Wl,--no-entry test.c -o test.wasm -v`
I get this:
```
clang version 16.0.0
Target: wasm32-unknown-wasi
Thread model: posi…
-
https://github.com/rust-lang/rust/blob/5697f1620de6bede6f575b51b01509d8c07830cf/library/std/src/sys/wasi/thread.rs#L19-L26
the type which should have its size compared is `c_long`, not `c_int`:
…
-
Hi,
I'm trying to use Ring in WebAssembly, but when I try to build it for `wasm32-unknown-unknown` I get this error:
```
› cargo build --target wasm32-unknown-unknown
Compiling unicode-xid …
-
After compiling this simple example with emscripten (using `tot-upstream`, with `em++ issue_577.cpp -s WASM=1 -o issue_577.wasm`):
```cpp
#include
int main(int argc, char* argv[]) {
std::co…
-
Hi,
I just installed cargo-wasix with `cargo install cargo-wasix` but after writing a simple fibonacci application I cant seem to get it building or running with wasix.
```
❯ cargo wasix run
…
-
Support for threads will require changes to the program startup code. See https://reviews.llvm.org/D65783 for details.
-
I'm building a rust lib :
```
[lib]
crate-type = ["cdylib"]
```
with pyo3 in my dependencies : `pyo3 = { version = "0.19.0", features = ["auto-initialize", "abi3-py39"] }`
Trying to build wit…