MaulingMonkey / cargo-html

create self-contained HTML programs
Other
10 stars 0 forks source link

Dig into libc wasi environment #13

Closed MaulingMonkey closed 3 years ago

MaulingMonkey commented 3 years ago

https://github.com/WebAssembly/wasi-libc/blob/5ccfab77b097a5d0184f91184952158aa5904c8d/libc-bottom-half/sources/__wasilibc_initialize_environ.c

Looks like rust should be able to check environ...

MaulingMonkey commented 3 years ago

07008bc341343db30f7a6712aa016bf7a76730b4 fix wasm32-wasi entry point (use _start, not main)