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

Transcoding support #79

Merged
merged 3 commits into from
Aug 28, 2023
Merged

Transcoding support #79

merged 3 commits into from
Aug 28, 2023

Conversation

guybedford
Copy link
Collaborator

@guybedford guybedford commented May 18, 2023

This adds UTF8 copier transcoding support.

@guybedford guybedford mentioned this pull request May 18, 2023
@alexcrichton
Copy link
Member

If it's helpful I wrote up a comment over here about transcoding.

At a base level though multi-memory as you've pointed out is the stickler. I don't think any multi-memory lowering is going to work since the purpose is to actually have two linear memories and not merge them into one. The only way to support this in JS today would be to translate the adapter module from wasm to JS and have JS manage the multiple memories.

@guybedford guybedford changed the title WIP: Transcoding Transcoding support Aug 28, 2023
@guybedford guybedford merged commit 7b81d14 into main Aug 28, 2023
4 checks passed
@guybedford guybedford deleted the transcoding branch August 28, 2023 21:32
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