This website works better with JavaScript
홈
탐색
도움말
로그인
c
/
odin-lang.Odin
의 미러
https://github.com/odin-lang/Odin
Watch
2
Star
0
포크
0
파일
이슈
0
위키
소스 검색
Disable filepath/match.odin and filepath/walk.odin compilation on js
targets
sergeypdev
1 개월 전
부모
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"