Skip to content

Add support for enabling WASI output via EXTISM_ENABLE_WASI_OUTPUT env var #43

@chrisdickinson

Description

@chrisdickinson

A la the libextism sdk.

Given that process.env isn't evenly supported across all targets – browsers don't have an environment! – it might be best to integrate this flag in the InternalConfig interface and populate it during config normalization. We can implement that with process.env, then compile it out to false in the browser builds (here and here)

That flag will need to be threaded through to the loadWasi call, and then through to the polyfills:

I'd be happy to pair on this, too! This would be a great way to get your fingerprints on the js-sdk.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions