-
If it works, we need to update the `golem-examples` and the docs
vigoo updated
4 months ago
-
It would be nice if there was documentation of the [WASM/WASI support](https://github.com/microsoft/mimalloc/pull/32). Even just adding some WASI tests would be helpful.
-
I installed Wasmer (1.0.2) according to instructions then
```
wapm install -g cowsay
swift run swasi-run \
~/.wasmer/globals/wapm_packages/_/cowsay\@0.2.0/target/wasm32-wasi/release/cowsay.wa…
c0diq updated
3 years ago
-
I came across below from [rust-lang making a triple wasm32-wasi-preview1-threads](https://github.com/rust-lang/rust/pull/112922#issuecomment-1632394649)
> That's not right, [wasi-threads](https://g…
-
## Description
### Current State
root@master:~# kubectl run -it --restart=Never wasi-demo --image=wasmedge/example-wasi:latest --annotations="module.wasm.image/variant=compat-smart" /wasi_exampl…
-
I am testing the scenario from https://wasmlabs.dev/articles/python-wasm32-wasi/
works with wasmtime and wasmedge. They are able to find requests but fails because ssl is not available which i…
-
While investigating in #2050, I discovered that if I wrote `(field $data (array u8))` inside a witx `struct` then I would receive the following error:
```
2 │ error: proc macro panicke…
-
Currently to declare a custom WebAssembly `import` or `export` you have to write C code, e.g., https://github.com/SteveSandersonMS/dotnet-wasi-sdk/blob/main/src/Wasi.AspNetCore.Server.CustomHost/nativ…
-
Currently, `wit-bindgen` generates the custom section name using the format "component-type:{world_name}". This can lead to issues when linking separately-compiled code together, each containing code…
dicej updated
11 months ago
-
(no pun intended)
Hi!
I'm trying to get ZipFoundation to work in SwiftWasm.
Already got zlib [building](https://yonihemi.github.io/swiftwasm-gzip-example/) so we're getting there.
Now, when Sw…