Merge pull request #5482 from sergeypdev/master

Disable filepath/match.odin and filepath/walk.odin compilation on js targets
This commit is contained in:
Laytan
2025-07-20 13:17:10 +02:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
#+build !wasi
#+build !js
package filepath
import "core:os"

View File

@@ -1,4 +1,5 @@
#+build !wasi
#+build !js
package filepath
import "core:os"