GNU bug report logs - #61243
Add WASM-4 fantasy console and prerequisites

Previous Next

Package: guix-patches;

Reported by: "Thompson, David" <dthompson2 <at> worcester.edu>

Date: Thu, 2 Feb 2023 23:33:02 UTC

Severity: normal

Done: "Thompson, David" <dthompson2 <at> worcester.edu>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 61243 in the body.
You can then email your comments to 61243 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#61243; Package guix-patches. (Thu, 02 Feb 2023 23:33:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Thompson, David" <dthompson2 <at> worcester.edu>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 02 Feb 2023 23:33:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Thompson, David" <dthompson2 <at> worcester.edu>
To: guix-patches <at> gnu.org
Subject: Add WASM-4 fantasy console and prerequisites
Date: Thu, 2 Feb 2023 18:31:33 -0500
[Message part 1 (text/plain, inline)]
Hello all,

This set of 4 patches adds WASM-4 (https://wasm4.org/), a fantasy
console that runs game "cartridges" compiled to WebAssembly.  It's a
fun way to learn about WebAssembly using a relatively simple system.
I've seen a WASM-4 game that was assembled using Racket, which I
thought was pretty neat.  It would be even cooler if someone did
something like that with Guile!

Packaging this thing was not exactly straightforward due to dependency
bundling via git submodules, but I was able to unbundle everything.

- Dave
[0002-gnu-Add-minifb.patch (text/x-patch, attachment)]
[0004-gnu-Add-wasm4.patch (text/x-patch, attachment)]
[0003-gnu-Add-cubeb.patch (text/x-patch, attachment)]
[0001-gnu-Add-wasm3.patch (text/x-patch, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#61243; Package guix-patches. (Fri, 03 Feb 2023 12:54:01 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Christine Lemmer-Webber <cwebber <at> dustycloud.org>
To: "Thompson, David" <dthompson2 <at> worcester.edu>
Cc: 61243 <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#61243] Add WASM-4 fantasy console and prerequisites
Date: Fri, 03 Feb 2023 07:48:37 -0500
"Thompson, David" <dthompson2 <at> worcester.edu> writes:

> Hello all,
>
> This set of 4 patches adds WASM-4 (https://wasm4.org/), a fantasy
> console that runs game "cartridges" compiled to WebAssembly.  It's a
> fun way to learn about WebAssembly using a relatively simple system.
> I've seen a WASM-4 game that was assembled using Racket, which I
> thought was pretty neat.  It would be even cooler if someone did
> something like that with Guile!

Wouldn't it be cool indeed?  I wonder if we can see progress on this in
Guile-land?  Maybe someone should take up the torch for the Guile and
WASM story.

> Packaging this thing was not exactly straightforward due to dependency
> bundling via git submodules, but I was able to unbundle everything.

Impressive!  This doesn't look like it was easy to figure out.

I reviewed all four patches.  Despite some custom stuff on most of
these, they all look well commented and sensible.  I say push it!

 - Christine





Information forwarded to guix-patches <at> gnu.org:
bug#61243; Package guix-patches. (Fri, 03 Feb 2023 12:54:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#61243; Package guix-patches. (Fri, 03 Feb 2023 13:12:02 GMT) Full text and rfc822 format available.

Message #14 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Thompson, David" <dthompson2 <at> worcester.edu>
To: Christine Lemmer-Webber <cwebber <at> dustycloud.org>
Cc: 61243-done <at> debbugs.gnu.org,
 Ryan Prior via Guix-patches <guix-patches <at> gnu.org>
Subject: Re: [bug#61243] Add WASM-4 fantasy console and prerequisites
Date: Fri, 3 Feb 2023 08:11:27 -0500
Hi Christine,

On Fri, Feb 3, 2023 at 7:53 AM Christine Lemmer-Webber
<cwebber <at> dustycloud.org> wrote:
>
> "Thompson, David" <dthompson2 <at> worcester.edu> writes:
>
> > Hello all,
> >
> > This set of 4 patches adds WASM-4 (https://wasm4.org/), a fantasy
> > console that runs game "cartridges" compiled to WebAssembly.  It's a
> > fun way to learn about WebAssembly using a relatively simple system.
> > I've seen a WASM-4 game that was assembled using Racket, which I
> > thought was pretty neat.  It would be even cooler if someone did
> > something like that with Guile!
>
> Wouldn't it be cool indeed?  I wonder if we can see progress on this in
> Guile-land?  Maybe someone should take up the torch for the Guile and
> WASM story.

That sure would be cool!

Small correction: The thing I saw that used Racket to create
WebAssembly output doesn't actually run on WASM-4, it just kinda
looked like it did. Oops!  It's still very cool!
https://github.com/euhmeuh/wasm-adventure

> > Packaging this thing was not exactly straightforward due to dependency
> > bundling via git submodules, but I was able to unbundle everything.
>
> Impressive!  This doesn't look like it was easy to figure out.
>
> I reviewed all four patches.  Despite some custom stuff on most of
> these, they all look well commented and sensible.  I say push it!

Thanks for the review!  I found a typo in the description field of
cubeb that I've fixed, and I added some additional comments explaining
the minifb build customizations.  I pushed the patches with those
changes!

- Dave




Reply sent to "Thompson, David" <dthompson2 <at> worcester.edu>:
You have taken responsibility. (Fri, 03 Feb 2023 13:12:02 GMT) Full text and rfc822 format available.

Notification sent to "Thompson, David" <dthompson2 <at> worcester.edu>:
bug acknowledged by developer. (Fri, 03 Feb 2023 13:12:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#61243; Package guix-patches. (Sat, 04 Feb 2023 09:46:01 GMT) Full text and rfc822 format available.

Message #22 received at 61243 <at> debbugs.gnu.org (full text, mbox):

From: dan <i <at> dan.games>
To: 61243 <at> debbugs.gnu.org
Subject: Re: Add WASM-4 fantasy console and prerequisites
Date: Sat, 04 Feb 2023 17:43:44 +0800
just saw this news: 
https://spritely.institute/news/guile-on-web-assembly-project-underway.html

-- 
dan




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 04 Mar 2023 12:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 43 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.