Josh Goebel

Results 1644 comments of Josh Goebel
trafficstars

Hmmmm, I seem to remember this now - yeah if the cart isn't auto-persisted that greatly reduces the utility of using the extra banks for save state... that just leaves...

Thought: I think we should consider `map` is/was (originally?) intended just meant to be a simple "easy to get started" helper (no?), it doesn't need to do everything under the...

@keithohara If you find the time to work on your C/C++ libs again too in the future that'd be awesome.

> Modify TIC-80 so that Wasm3 exports more libc functions like trig and string handling functions. This is why projects like https://github.com/WebAssembly/wasi-sdk exist. We need to focus on providing the...

@PierceNg Ah it was your PR... It still needs to be fully brought up to the WASM-4 examples and then I think we'll be in a lot better place for...

> WASM-4's D Makefile doesn't work for me out of the box. I was referring does using standard library stuff work better since I presume they are linking with WASI,...

I think only the memory and stack flags... we're trying to follow WASM-4's lead on these things since there is a lot more active work going on there in WASM...

Yes, we want our stack at the bottom of RAM. But since the MMIO is all there that's why you have to add 96kb to the size...

> should I bump up the heap space accordingly? I'm not familiar with how Rust works... in most languages we're doing low RAM stack... so after the memory mapped IO,...