-
I apologize for being a bit of a surface-level Rust user. I am unsure what tweaks to make to get this building so I can start playing with Leptos SSR on Fermyon Spin. Please advise.
## Platform
…
-
Hello!
I noticed that the README mentions that support for wasm32-unknown-unknown is in progress. Could you provide an update on the current status of this?
Thanks!
-
I'm seeing a panic when trying to use ComponentizeJS to create a wasm component that implements the [Zed editor](https://zed.dev) extension interface, for which the `wit` can be found [here](https://g…
-
### Is this the right place to submit this?
- [X] This is not a security vulnerability or a crashing bug
- [X] This is not a question about how to use Istio
### Bug Description
When Istio pushed wa…
-
Hey team, first of all: I'm a huge fan and avid reader of your release posts and technical explorations.
I was playing around with webvm.io and it appears that a fairly simple operation reliably tr…
-
### Use case
support web assembly version of tailscale client connect to headscale controller
### Description
wasm tailscale client is from [tailscale/tsconnect](https://github.com/tailscale/tailsc…
-
I build the example,and get the kotlin-wasm-wasi-example-wasm-wasi.wasm ,and run it use wasm-micro-runtime,get the follow error,do you have some suggestions?
liuyang.chen@chenliuyang-38 build % .…
-
## Describe the bug
WASM in the browser works nicely in HeadLamp. However, bigger WASM files do not load correctly.
## To Reproduce
Create a Golang WASM module
Add dependencies so that the resu…
-
Right now we allocate large contiguous areas for wasm from a separate reserve.
With memfd we can stitch together some 128kB allocations from our main arena and give them to wasm.
Demonstration code:…
-
Hi ,
Web Target is throwing above error while using AdaptiveWidget
`@ExperimentalAdaptiveApi
@Composable
fun AdaptiveText(
text:String,
modifier: Modifier = Modifier,
style…