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

Add host function for direct logging #224

Merged
merged 2 commits into from
Jun 12, 2024
Merged

Conversation

mattjohnsonpint
Copy link
Member

@mattjohnsonpint mattjohnsonpint commented Jun 12, 2024

Adds a new log host function, to be used for direct logging instead of parsing stderr/stdout. However, it leaves the old approach intact, to remain compatible until all projects are updated. We can remove the old approach later, or just leave it for WASI compliance.

Completes HYP-1384

Corresponding Functions PR: hypermodeinc/functions-as#102

@mattjohnsonpint mattjohnsonpint requested a review from a team as a code owner June 12, 2024 22:01
Copy link

linear bot commented Jun 12, 2024

HYP-1384 Runtime host function for direct logging

Need a log function to receive input from console.log and related functions - rather than parsing the stdout and stderr streams.

@mattjohnsonpint mattjohnsonpint merged commit f7d990f into main Jun 12, 2024
4 checks passed
@mattjohnsonpint mattjohnsonpint deleted the mjp/log-messages branch June 12, 2024 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants