Results 82 comments of tareksander

I'd like to use multiple memories for an ECS system, what's the status on this? I wouldn't need many features, just a memory immediate for the standard WASM types.

C++ (and Rust as an experimental feature) have allocator interfaces and you can specify the allocator to use for the standard library collections when instantiating them. Full language support would...

> ### Actually, CodeMirror modes _should_ have access to the entire story > > The idea that they mustn't just seems ridiculous to me. I mean, what about stuff like:...

IIRC a script tag that's not a module or deferred blocks the loading, so if you'd include the base64 data after the story script and include the data in e.g....

[I created a repository now](https://github.com/tareksander/WASI-Windowing) and added an in-progress WIT definition. How can I test the definitions in `wasmtime`? Are there tools to generate host bindings?

I made a first working prototype now. I had a problem with `cargo component` though: If I want to be able to run the app as a CLI app in...

> Are you on the bytecode alliance zulip? I am now. > What's your preferred method of communication? I'm more familiar with Matrix, but Zulip seems similar.

The first approach with a persistent connection sound almost like what I made for termux/termux-app#2921, just that my version is integrated into the Termux app and (as usual in contrast...

2. My approach worked last time I checked, but in the last few Android versions there may have been new SELinux restrictions. I'll download the latest emulator image and check....

Found a version that doesn't break the build, but works on my machine. I fixed everything now for API 34, still works, including FD passing over unix socket connection.