wu-lang/wu

wu.toml not working properly?

darltrash opened this issue · 3 comments

I have a wu.toml file like this:
imagen
but i get:
imagen
Am I meant to use it this way?

nilq commented

Hello! This surely needs same more thorough documentation. wu.toml requires TOML values definitions, so your file should contain the following instead:

[dependencies]
std = "wu-lang/std"

I hope this solves it.

[dependencies]
std = "wu-lang/std"

It seems like it worked! ...but not properly yet
imagen
Im not trying to write it onto any special or protected place (like /, for example) yet it would still happen

nilq commented

Ah right! I just pushed a possible fix. 😄