diff options
| author | Laytan Laats <laytanlaats@hotmail.com> | 2024-07-02 15:28:08 +0200 |
|---|---|---|
| committer | Laytan Laats <laytanlaats@hotmail.com> | 2024-07-02 15:28:08 +0200 |
| commit | 6f1cc8071c3ff49c5431cc8ad078d12883f91545 (patch) | |
| tree | d87348be99cb43cfbd830bedbfdc25aafdda6cc0 /src/build_settings.cpp | |
| parent | 5637ed9ecdd31929792c59a79d396d24b5bb0ee1 (diff) | |
wasm: add foreign import and linking of wasm object files
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index c3b4f2506..9c93a5b69 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -860,15 +860,6 @@ gb_internal bool is_arch_x86(void) { return false; } -gb_internal bool allow_check_foreign_filepath(void) { - switch (build_context.metrics.arch) { - case TargetArch_wasm32: - case TargetArch_wasm64p32: - return false; - } - return true; -} - // TODO(bill): OS dependent versions for the BuildContext // join_path // is_dir |