This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ورود
c
/
odin-lang.Odin
mirrorاز
https://github.com/odin-lang/Odin
دنبال کردن
2
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
ویکی
فهرست منبع
Disable filepath/match.odin and filepath/walk.odin compilation on js
targets
sergeypdev
2 هفته پیش
والد
a19e7845b1
کامیت
2fc8ca6cf5
2فایلهای تغییر یافته
به همراه
2 افزوده شده
و
0 حذف شده
مشاهده تقسیم شده
نمایش آمار تفاوت ها
1
0
core/path/filepath/match.odin
1
0
core/path/filepath/walk.odin
+ 1
- 0
core/path/filepath/match.odin
مشاهده فایل
@@ -1,4 +1,5 @@
#+build !wasi
+#+build !js
package filepath
import "core:os"
+ 1
- 0
core/path/filepath/walk.odin
مشاهده فایل
@@ -1,4 +1,5 @@
#+build !wasi
+#+build !js
package filepath
import "core:os"