Ms2ger

Results 72 issues of Ms2ger

It seems like we would need to expose the "JavaScript exception tag" to JS (as a WebAssembly.Tag object, presumably?), so it can be passed as one of the imports when...

Some discussion starting at https://github.com/WebAssembly/exception-handling/issues/183#issuecomment-955090191 already. Proposal: attach an optional `externref` to the core exception, and make sure it's propagated by `catch`; `rethrow`, but not expose it to wasm code....

The actions required from me are quite different between "100%, X issues" and "0%", so this seems useful to have on the dashboard.

The [definition of HostResolveImportedModule](https://html.spec.whatwg.org/#hostresolveimportedmodule(referencingscriptormodule,-modulerequest)) links to [ES](https://tc39.es/ecma262/#sec-hostresolveimportedmodule) but implements the version in [import assertions](https://tc39.es/proposal-import-assertions/#sec-hostresolveimportedmodule), which took me a minute to find. It would be better to link to the latter,...

good first issue
topic: script

In https://w3c.github.io/trusted-types/dist/spec/#abstract-opdef-create-a-trusted-type-from-literal , TrustedHTML is special-cased to do > Let templateNode be the results of [creating an element](https://dom.spec.whatwg.org/#concept-create-element) given "template", the [HTML namespace](https://infra.spec.whatwg.org/#html-namespace) and [current global object](https://html.spec.whatwg.org/multipage/webappapis.html#current-global-object)'s [associated Document](https://html.spec.whatwg.org/multipage/window-object.html#concept-document-window). but...

There's one occurrence of "[current settings object](https://html.spec.whatwg.org/multipage/webappapis.html#current-settings-object)'s [relevant global object](https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global)" in the spec, but a settings object doesn't have a "relevant global object", only a "[global object](https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-global)". Using "[current global...

Ready for PR
Editorial