mirror of
https://github.com/denoland/deno
synced 2024-11-05 18:45:24 +00: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> |
||
---|---|---|
.. | ||
src | ||
tests | ||
.gitignore | ||
array_test.js | ||
async_test.js | ||
build.rs | ||
callback_test.js | ||
Cargo.toml | ||
coerce_test.js | ||
common.js | ||
numbers_test.js | ||
object_wrap_test.js | ||
promise_test.js | ||
properties_test.js | ||
strings_test.js | ||
typedarray_test.js |