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

Update wasmer-toml version #3494

Merged
merged 4 commits into from
Jan 19, 2023
Merged

Update wasmer-toml version #3494

merged 4 commits into from
Jan 19, 2023

Conversation

fschutt
Copy link
Contributor

@fschutt fschutt commented Jan 18, 2023

Fixes two bugs: one is that we cannot run packages with a CommandV1 command, since the module name was never found, the other bug is that the [fs] section is currently non-deterministic with regards to how filesystem mappings overlap each other (mapping /, /lib, /lib/a/b/c leads to a situation where the /lib/a/b/c would shadow the / mapping).

I've tracked the FS issues in #3492 since they appeared in the hackathon. For now it's okay to use IndexMap to work around this issue, but we need to track it and fix it properly in the future.

@theduke
Copy link
Contributor

theduke commented Jan 19, 2023

See #3492 for related discussion.

Copy link
Contributor

@theduke theduke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@fschutt fschutt merged commit 54b34a3 into master Jan 19, 2023
@fschutt fschutt deleted the update-wasmer-toml branch January 19, 2023 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants