Commit 76c4420
Re-add support for building Wasm libraries as executables. (#626)
* Re-add support for building Wasm libraries as executables.
The ability to build Wasm libraries as executables is needed to support
WASI reactors (Wasm executables with multiple entrypoints).
This is a temporary workaround, and we should be able to use crate-type
"bin" when a proper support for WASI reactors (rust-lang/rust#79997) is
stabilised is Rust.
This feature was added in #312, and most recently broken in #592.
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
* review: sort.
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
Co-authored-by: Marcel Hlopko <hlopko@google.com>1 parent 40a8c9e commit 76c4420
1 file changed
+12
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
| 258 | + | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
262 | | - | |
| 261 | + | |
| 262 | + | |
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| |||
793 | 793 | | |
794 | 794 | | |
795 | 795 | | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
796 | 805 | | |
797 | 806 | | |
798 | 807 | | |
| |||
0 commit comments