Open
Description
The expected integration with JS String Builtins is that this feature would be turned on for the ESM Integration.
During the update at the WasmCG today the question was brought up what string constants builtin would be used here. Specifically a special import name must be declared at compile time, and the actual list of string constants must be provided at instantiation time.
We may need to consider:
- Using a default name for the string constants import (previously this was
"
but could be anything else defined in the ESM integration) - Whether import attributes can provide configuration for string constants. Perhaps this import attribute be used to define the name of the string constant import, or it could even allow defining the string constants themselves in the instantiation.
@eqrion feel free to add further context here.
Metadata
Metadata
Assignees
Labels
No labels