Andrew Kelley 14cdb01f35 improvements to zig's implementation of libc and WebAssembly
* rename std/special/builtin.zig to std/special/c.zig
   not to be confused with @import("builtin") which is entirely
   different, this is zig's multi-target libc implementation.
 * WebAssembly: build-exe is for executables which have a main().
   build-lib is for building libraries of functions to use from,
   for example, a web browser environment.
   - for now pass --export-all for libraries when there are any
     C objects because we have no way to detect the list of exports
     when compiling C code.
   - stop passing --no-entry for executables. if you want --no-entry
     then use build-lib.
 * make the "musl" ABI the default ABI for wasm32-freestanding.
 * zig provides libc for wasm32-freestanding-musl.
2019-05-15 20:14:58 -04:00
..
2019-05-12 12:56:01 -04:00
2019-05-12 12:56:01 -04:00
2019-05-13 20:04:25 +12:00
2019-05-12 12:56:01 -04:00
2019-05-12 12:56:01 -04:00
2019-05-13 16:41:07 +02:00
2019-05-13 20:04:25 +12:00
2019-04-24 20:54:05 +02:00
2018-09-30 17:28:35 -04:00
2019-05-12 12:56:01 -04:00
2019-05-12 12:56:01 -04:00
2019-05-13 20:04:25 +12:00
2019-04-29 14:02:19 -04:00
2018-11-13 05:08:37 -08:00
2019-03-29 12:17:48 -04:00
2019-05-03 01:25:03 -04:00
2019-03-02 16:46:04 -05:00
2019-05-09 13:05:06 -04:00
2019-05-04 16:19:26 +00:00
2019-03-02 16:46:04 -05:00
2019-05-10 08:40:36 -04:00
2019-03-24 00:44:18 -04:00
2019-05-12 12:56:01 -04:00