This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
c
/
odin-lang.Odin
mirror of
https://github.com/odin-lang/Odin
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
Disable filepath/match.odin and filepath/walk.odin compilation on js
targets
sergeypdev
1 tháng trước cách đây
mục cha
a19e7845b1
commit
2fc8ca6cf5
2 tập tin đã thay đổi
với
2 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
1
0
core/path/filepath/match.odin
1
0
core/path/filepath/walk.odin
+ 1
- 0
core/path/filepath/match.odin
Xem Tập Tin
@@ -1,4 +1,5 @@
#+build !wasi
+#+build !js
package filepath
import "core:os"
+ 1
- 0
core/path/filepath/walk.odin
Xem Tập Tin
@@ -1,4 +1,5 @@
#+build !wasi
+#+build !js
package filepath
import "core:os"