mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-23 06:05:00 -07:00
wasm: add foreign import and linking of wasm object files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user