l-m

Results 23 comments of l-m

It is fixed for me when I create a v.mod inside the src/ folder and the module folder.

Not always will a "contains" be required. My application link crawls (URLs in descriptions) and scrapes (indexes music + art) anything an artist or their works touches, hence I will...

> Looks like just missed mut. I did, will update the RFC. I don't believe V supports `mut &v` anyway yet.

Try `sudo apt-get install libstdc++6`?

According to @spytheman, relating to CI builds testing the WebAssembly backend. > Ubuntu 20.04 is too old; its gcc and libstdc++ by default do not work (gcc-11 does, but needs...

The `wasm` backend is not respecting the arch specific files, this has been known for a while. In reality, this should be handled by the builder without being backend specific....

The WebAssembly backend does not support importing the `os` module. `.js.v` and `.c.v` files are also not properly discriminated against. The backend is currently WIP right now, I will keep...

`WASM.fd_read` is currently not implemented in the standard library yet, only `WASM.fd_write`. You can find a reference implementation for `WASM.fd_write` to help you out inside `vlib/builtin/wasm/wasi/wasi.v`.

If this were to change, the old behavior should be possible. Probably in a separate function.

`pygments` already supports `wat/wast`, a simple translation using the existing `_tools` is possible