-
Hey,
with #406 support for specifying the `workdir` for component build (`[component.build]`) was introduced. I wonder if it would make more sense to move the `workdir` property to `[[component]]`.…
-
Potentially ECL? https://gitlab.com/embeddable-common-lisp/ecl/
-
We should look into what's causing that message and how to fix it
-
Hi @tessi !
I am fairly new to web assembly and trying to get Go code compiled for WASI to run via Elixir using Wasmex. Here is a super simple go code:
```golang
package main
//export greet
…
-
I've been toying around with debugging a wasm module and was trying to enable some of the debugging features of `dlmalloc.c`, but altering `WASM_CFLAGS` seems to cause wasi-libc to fail to build:
`…
-
At present, whilst single outbound requests are supported; neither Spin nor Cloud supports being able to run **multiple concurrent** outgoing requests.
> This includes Redis, Postgres, MySQL, Key/V…
-
There is a recently added function, [`load-by-name`](https://github.com/WebAssembly/wasi-nn/blob/main/wit/wasi-nn.wit#L100-L105), in wasi-nn.
```
/// Load a `graph` by name.
///
/// …
-
in posix, `openat(dirfd, "../b", ...)` should work.
however, in wasi, O_RESOLVE_BENEATH behavior is unconditionally applied. (at least in popular implementations. i don't know if it was well document…
yamt updated
9 months ago
-
## Failing module
- **GitHub**: https://github.com/ruby/ruby.wasm
- **npm**: https://www.npmjs.com/package/@ruby/wasm-wasi/v/2.4.1-2023-12-31-a
```js
import {} from "https://esm.sh/@ruby/wasm-…
-
Zig has some support for WebAssembly, but I'm not sure how complete/usable it is.
This will depend on: https://github.com/dotnet/runtime/issues/44636
It will also partially depend on:
- [ ] #…