Skip to content

Support static assests in handlers #7

Description

@Angelmmiguel

Some handlers return HTML code that may require static assets such as JavaScript (client-side) and CSS. Currently, it can be injected in the handler, however is much more convenient to provide a way to set static files.

We can provide this feature using two approaches:

  • Mount generic folders (using WASI) in the handler and provide libraries to manage those files
  • Add a new data.folder configuration property that will serve the files directly using the Rust server

The final approach is still under discussion.

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions