-
I'm building [this extension](https://github.com/anvlkv/ya-ya), following the wasm example.
I observe that on some pages (github, mdn, perhaps more) my extension fails to start with the only error…
-
The PWA should be able to work without internet connection.
-
Curious whether this library could be rewritten as a binary WebAssembly package.
What would be the upsides/downsides and how do you see this great project moving forward?
-
@sophoslabs have started a WebAssembly parser:
* [webassembly.ksy](https://github.com/sophoslabs/WebAssembly/blob/master/Tools/Kaitai-Wasm/webassembly.ksy)
* [Python disassembler based on that .ks…
-
Hi. I was hoping to use vfs as an abstraction so that a lib designed for use with std::fs (that really just uses the filesystem for simple input) could be used from webassembly. I went through and adj…
-
## Summary
The `.wasm` file is 22,80 MB which is quite hefty. I don't really need all the modules or even all the language features. Is there any way to slim it down?
-
❗ **Are you interested in using the Rust SDK in Web Assembly? Please comment on this issue with more details about your potential use case!** ❗
### Community Note
* Please vote on this is…
-
### What is the problem you're trying to solve
now docker already support webAssembly
refer:https://docs.docker.com/desktop/wasm/
[](https://docs.docker.com/desktop/wasm/)
### Describe the …
-
The `Sentry` package as well as the new `Sentry.AspNetCore.Blazor.WebAssembly` work on the browser through wasm.
Related work:
* https://github.com/getsentry/sentry-dotnet/pull/2569
* https://github.…
-
The blogpost-uncompress example of zlib-rs includes the C libz-ng library. Without libz-ng, zlib-rs compiles fine for wasm.
# Reproduction
```
$ git clone https://github.com/trifectatechfoundat…