-
-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What version?
all
Which command?
proto use and proto install
What happened?
Our wasm plugins are using the host_log! macro to print information on the console.
But the usage of iocraft will delete these outputs.
Example would be
- first plugin initiate a download progress bar
- second plugin prints something with host_log! macro
- first plugin, progress bar will wipe the output from second plugin
Expection:
Printing console log with host_log! will stay.
Optional:
Very cool would it be that the api interface defines a function which is using the iocrate implementation from starbase crate.
Trace logs?
No response
Operating system?
Linux
Architecture?
x64
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working