From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/12262 Path: news.gmane.org!.POSTED!not-for-mail From: Alexander Monakov Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH] split __libc_start_main.c into two files (Wasm) Date: Tue, 19 Dec 2017 20:54:53 +0300 (MSK) Message-ID: References: <20171215041925.GG1627@brightrain.aerifal.cx> <20171215123331.GG15263@port70.net> <20171215172353.GL1627@brightrain.aerifal.cx> <20171215175657.GM1627@brightrain.aerifal.cx> <20171219010830.GQ1627@brightrain.aerifal.cx> ,<20171219155635.GS1627@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Trace: blaine.gmane.org 1513705989 12699 195.159.176.226 (19 Dec 2017 17:53:09 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 19 Dec 2017 17:53:09 +0000 (UTC) User-Agent: Alpine 2.20.13 (LNX 116 2015-12-14) To: "musl@lists.openwall.com" Original-X-From: musl-return-12278-gllmg-musl=m.gmane.org@lists.openwall.com Tue Dec 19 18:53:05 2017 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1eRM4e-00036c-NI for gllmg-musl@m.gmane.org; Tue, 19 Dec 2017 18:53:04 +0100 Original-Received: (qmail 5510 invoked by uid 550); 19 Dec 2017 17:55:05 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 5485 invoked from network); 19 Dec 2017 17:55:04 -0000 In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:12262 Archived-At: It sounds to me that for practical use you'd want a Wasm module to correspond roughly to a shared library (with possibly multiple externally callable functions) that doesn't carry a 'main' function at all. Is that correct? Alexander