mirror of
https://github.com/denoland/deno.git
synced 2024-12-27 17:49:08 -05:00
fa22956a86
Follow-up to #16208. - Refactors build.rs behaviour to use `-exported_symbols_list` / `--export-dynamic-symbol-list` - Since all build systems now rely on a symbols list file, I have added `generate_exported_symbols_list`, which derives the symbol list file depending on the platform, which makes `tools/napi/generate_link_win.js` redundant. - Fixes a missed instance of `i8` being used instead of `c_char` Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com> |
||
---|---|---|
.. | ||
array.rs | ||
async.rs | ||
callback.rs | ||
coerce.rs | ||
lib.rs | ||
numbers.rs | ||
object_wrap.rs | ||
primitives.rs | ||
promise.rs | ||
properties.rs | ||
strings.rs | ||
typedarray.rs |