This website works better with JavaScript
Startsida
Utforska
Hjälp
Logga in
c
/
odin-lang.Odin
spegling av
https://github.com/odin-lang/Odin
Bevaka
2
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Wiki
Bläddra i källkod
Disable filepath/match.odin and filepath/walk.odin compilation on js
targets
sergeypdev
2 veckor sedan
förälder
a19e7845b1
incheckning
2fc8ca6cf5
2 ändrade filer
med
2 tillägg
och
0 borttagningar
Delad Vy
Visa Diff Statistik
1
0
core/path/filepath/match.odin
1
0
core/path/filepath/walk.odin
+ 1
- 0
core/path/filepath/match.odin
Visa fil
@@ -1,4 +1,5 @@
#+build !wasi
+#+build !js
package filepath
import "core:os"
+ 1
- 0
core/path/filepath/walk.odin
Visa fil
@@ -1,4 +1,5 @@
#+build !wasi
+#+build !js
package filepath
import "core:os"