Disable filepath/match.odin and filepath/walk.odin compilation on js

targets
This commit is contained in:
sergeypdev
2025-07-19 16:44:45 +04:00
parent a19e7845b1
commit 2fc8ca6cf5
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"