Guy Bedford
Guy Bedford
> If we just say that evaluate does not support imported SourceTextModule, then if a.mjs is loaded by import, no hook would be run for a.mjs. If a.mjs is loaded...
@joyeecheung I really think something like `evaluateExports` is absolutely fine as a name, but if you truly are unwilling to budge, then we will need to escalate through the necessary...
I approve this license change.
Consider code like this today: ```js const urlObject = new URL('./asset', import.meta.url); ``` where it is expected to get the object. Under replacement for the string this becomes: ```js const...
To explain an example use case here, the new loader work in Node.js has the loaders running in their own Realm, kind of like service workers. These threaded loaders spin...
I was thinking more about having another generic separator option by allowing `_` in kebab casing alongside `-`. Right now that is disallowed because of ambiguity with snake casing, hence...
We used to stub out environment after Wizering. If we add https://github.com/bytecodealliance/ComponentizeJS/issues/190 to allow enabling / disabling the env feature, we could then support stubbing env post-Wizer to create pure...
Just noticed this was moved to the docs repo. Since this is a compiler / toolchain feature, curious why that is the case? Would very much love to see this...
@juntyr sorry I don't, it's hard to prioritise right now, but I will always try to make time for review here.
0.21.0 is now released thanks to @lwshang in https://github.com/rustwasm/walrus/pull/266.