Skip to content

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
@gaukas gaukas requested a review from erikchi as a code owner July 23, 2024 04:22
Signed-off-by: Gaukas Wang <[email protected]>
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:wasmimport env water_accept
//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.

2 participants