这是indexloc提供的服务,不要输入任何密码
Skip to content

host_log! will be overwritten by iocraft #808

@harlequin

Description

@harlequin

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

  1. first plugin initiate a download progress bar
  2. second plugin prints something with host_log! macro
  3. 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 working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions