est31

Results 489 comments of est31

More prior art: C# [has attributes](https://docs.microsoft.com/en-us/dotnet/framework/interop/specifying-an-entry-point) similar to Rust.

This makes me wonder: how does gollvm do it? Do they generate custom idata sections? They support linking with various linkers iirc.

@ricobbe I remember the PR which added initial support only added support for the proprietary msvc toolchain. Does it work with the GNU toolchain yet? Does it work with LLD?

Right now, this feature is only partially supported on the `*-windows-gnu` target family, which has several targets listed as [tier 1](https://doc.rust-lang.org/nightly/rustc/platform-support.html#tier-1-with-host-tools). In order to use the feature, users of those...

I agree that officially supporting something without tests isn't good. As for LLD support in the test suite, I wonder how it's solved for wasm targets, because IIRC there, only...

Maybe @sdroege can help out with coming up with a solution to this.

Seems like its not possible to port this to Web extensions. Yet i hope. I've filed an issue on bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=1344646

Well from what I saw on that page, there are a couple of options: * Button in the browser toolbar, with an optional popup panel. * Button in the URL...

That dialog feels like the natural place for the extension to be.

Okay, I've managed to assemble a proof of concept. See #28.