Marcus Ramse
Marcus Ramse
If ISRC is not available for the biggest sources, is there similar metadata which could be used for the same purpose @tranxuanthang? Even things like Spotify ID or MusixMatch ID...
My proposal is to support the WASM 1.0 specification with bulk-memory extensions. Passive data segments (part of the bulk-memory spec) are especially useful for WASM-4 when having data that is...
I bumped into this issue when trying to create a layout with wrapping/reflow in my Slint application. The main issue is not limited to multiple form factors, but now that...
You could set the `SYSTEM_PRESERVE_FRAMEBUFFER` flag in `SYSTEM_FLAGS` and then skip drawing depending on frame number. Example drawing at 30fps: ```c #include "wasm4.h" const size_t FRAME_SKIP = 2; // Draw...
I suppose in addition to `SYSTEM_PRESERVE_FRAMEBUFFER` there could be `SYSTEM_SKIP_RENDERING` for skipping the screen-blit completely. 🤔 There could also be a `SYSTEM_REQUEST_LOW_FRAMERATE` that is set by the runtime rather than...
This is something that bothers me as well. Unless a global switch is okay, perhaps there could be a simple toggle for this through environment variables, something like `KEYS_JK_SWAP=1`.
The `w4 watch` command is mostly targeted at fast development, and for development it's generally useful to have debug symbols available. I'd suggest having a script that automatically builds in...