Remko Tronçon
Remko Tronçon
@Khachatour I work around the regenerator-runtime issue in SWC by inlining the regenerator-runtime using a regexp. My flow goes something like this: esbuild({...., metafile: true}).then(convertToES5) where the code for `convertToES5`...
> @remko what is it you want from esbuild in the first place (I don't want to hijack this thread with opinion, so sorry if I do) @mindplay-dk This is...
@TimBeyer FYI, this seems to give problems with tools such as `vtree-select`.
Hi @howardjohn . Thanks for the link. However, I wanted to avoid using `ServeHTTP` because [it is experimental and not officially supported](https://pkg.go.dev/google.golang.org/grpc#Server.ServeHTTP), and has [performance issues](https://github.com/grpc/grpc-go/issues/586).
It's currently not possible. If you know a little Python, it should be easy to add, though: - Add an `icon` option to the list of options (like `title`) -...
@pladaria It would solve my problem.
@lum1n0us Can you clarify your answer? I also need to import the table and memory from a different module in an instantiation of a different module. Is there a way...
@lum1n0us In my case, my memory and table isn’t host-made. They’re simply imported from another module.
A Forth where you can trust any program to be executed to not do anything wrong? Interesting concept 😅 The WASM-level gas metering concept is interesting, but indeed very specific...
Given the introduction of Apple Silicon, and the fact that Docker for Mac on these machines use arm64, does it make sense to re-open this case? Building JS apps that...