snek
snek
i have admittedly not been as active with interface types as i'd like to be, but i think i'd expect there to be s32 and u32 in interface types which...
I would assume that ``, should work for anything the browser knows how to import using esm.
I think the default should definitely be instantiated, that's sort of the point of hooking up the esm graph in the first place. The reflection proposal feels like the correct...
i don't think this is a *bad* idea but it is definitely an increase in the scope of esm and this proposal. you might be interested in stuff like https://github.com/tc39/proposal-asset-references....
You might be interested in https://github.com/WebAssembly/esm-integration/issues/44
fwiw I don't think that the esm proposal has to solve every use case wrt loading wasm modules. If you have specialized requirements, you can always manually use `WebAssembly` APIs...
given that i can import a source text assumed to be an entry point (e.g. something like `import 'bin/run.mjs'`), why would we make an exception for wasi? additionally in a...
@yuezk pangloss/vim-javascript via polyglot
it's kind of broken so i didn't document it
indeed, the point is to validate the spec's required observable semantics, not to be fast here. you might be interested in https://github.com/engine262/boost/, something I've been planning to continue work on...