Wasm4 Versions Save

Build retro games using WebAssembly for a fantasy console.

v2.7.0

3 weeks ago

Features

  • Add TONE_NOTE_MODE flag to tone() (thanks @JerwuQu)

Bug fixes

  • Fix audio issues when playing continuous tones.

v2.6.2

2 months ago

Bug fixes

  • Updates for recent versions of Zig and other tools.

v2.6.1

4 months ago

Bug fixes

  • Switch to new netplay signal server location.
  • Updates for recent versions of Zig.

v2.6.0

7 months ago

Features

  • Add support for piping carts from stdin to the native runtime (thanks @LunaAmora)
  • Add C3 language support (thanks @lerno)
  • Add Penne language support (thanks @SLiV9)

Bug fixes

  • Updates for recent versions of Zig.

v2.5.4

1 year ago

Bug fixes

  • Fix rendering edge cases with text, and rect (thanks @JerwuQu)
  • Slight changes in oval rendering algorithm (thanks @ibillingsley, @desttinghim)
  • Update project templates for various languages.

v2.5.3

1 year ago

Bug fixes

  • Fix issues with input lag on Android (thanks @MrRafael-dev, @JerwuQu)

v2.5.2

1 year ago

Bug fixes

  • Fixed some issues with building carts on Windows. (thanks @lzralbu)

v2.5.1

1 year ago

Features

  • Show a warning notification if an unsupported gamepad is plugged in (thanks @metiulekm)

Bug fixes

  • Fixed issues with the latest version of TinyGo.
  • Update AssemblyScript project template (thanks @MaxGraey)
  • Fix argument typings for line() in several project templates.

v2.5.0

1 year ago

Features

Bug fixes

  • Fix a loading error when embedding bundled carts on itch.io and other sites.

v2.4.0

2 years ago

Features

  • Added Netplay!
  • #330 Tone panning by @JerwuQu.
  • Added a pause menu which can be used to select various options.