Robbie Davenport

Results 29 comments of Robbie Davenport

Does there currently exist a workaround to do this? Can't find much on Su in existing documentation currently.

Added #1119 about Gamercade

I've only tried wasm4, and there are great docs some bootstrap-type tools to get started with various languages, including Rust. Gamercade's docs are pretty rough at the moment, but I...

Can confirm this is still happening on Windows 11: `Default output config: SupportedStreamConfig { channels: 2, sample_rate: SampleRate(48000), buffer_size: Unknown, sample_format: F32 }` I upped the length to be 60...

I'll take `Engine Updates - Gamercade` again this week.

PR Up for Gamercade. Thanks!

> * Avoid that the user could mix configurations from one adapter with a transport that doesn't belong. Is it possible to maintain this safety at compile time? Would it...

> But there's a potentially much easier way: could we get away with only snapshotting when no Wasm frame is on the stack? In other words, when a call into...

Ahh silly me - I did a google search on wizer after seeing it mentioned before and came up with a completely different unrelated result. But yes it looks like...

Thanks for the question @cfallin , in my case I'm writing something like a game engine and using WASM as my game-logic code. As a need to support rollback multiplayer...