Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update: final edits to v1 spec #16

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

update: final edits to v1 spec #16

wants to merge 5 commits into from

Conversation

gaukas
Copy link
Contributor

@gaukas gaukas commented Jul 18, 2024

No description provided.

@gaukas gaukas marked this pull request as ready for review July 23, 2024 04:22
Signed-off-by: Gaukas Wang <[email protected]>
@@ -18,8 +18,7 @@ var pollWasm []byte

func main() {
ctx := context.Background()
ctx = context.WithValue(ctx, experimental.FunctionListenerFactoryKey{},
logging.NewHostLoggingListenerFactory(os.Stderr, logging.LogScopeFilesystem|logging.LogScopePoll|logging.LogScopeSock))
ctx = experimental.WithFunctionListenerFactory(ctx, logging.NewHostLoggingListenerFactory(os.Stderr, logging.LogScopeFilesystem|logging.LogScopePoll|logging.LogScopeSock))
Copy link
Contributor Author

Choose a reason for hiding this comment

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

wazero has (breakingly 😞) changed how they allow user to enable debug logging.

//go:noescape
func water_dial_fixed() (fd int32)
func water_accept(fd unsafe.Pointer) errno
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Return value no longer multiplexed.

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.

1 participant