Disable filepath/match.odin and filepath/walk.odin compilation on js targets
@@ -1,4 +1,5 @@
#+build !wasi
+#+build !js
package filepath
import "core:os"