Skip to content

Conversation

rvolosatovs
Copy link
Member

No description provided.

@rvolosatovs rvolosatovs changed the title feat(go): begin byte stream implementation feat(go): stream<u8> bindgen support May 10, 2024
@rvolosatovs rvolosatovs force-pushed the feat/go-byte-streams branch from c2dc0f9 to f1aff7e Compare May 13, 2024 18:42
@rvolosatovs rvolosatovs marked this pull request as ready for review May 13, 2024 18:42
@rvolosatovs rvolosatovs force-pushed the feat/go-byte-streams branch from f1aff7e to 67a95cb Compare May 13, 2024 18:44
@rvolosatovs rvolosatovs force-pushed the feat/go-byte-streams branch from 67a95cb to 60a0e29 Compare May 13, 2024 18:45
@rvolosatovs rvolosatovs enabled auto-merge May 13, 2024 18:46
@rvolosatovs rvolosatovs added this pull request to the merge queue May 13, 2024

stop, err := async_server.Serve(client, integration.AsyncHandler{})
if err != nil {
t.Errorf("failed to serve `sync-server` world: %s", err)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe a copy-paste?

Suggested change
t.Errorf("failed to serve `sync-server` world: %s", err)
t.Errorf("failed to serve `async-server` world: %s", err)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I'll fix that up tomorrow

Merged via the queue into bytecodealliance:main with commit d2d6d0f May 13, 2024
@rvolosatovs rvolosatovs deleted the feat/go-byte-streams branch May 13, 2024 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants