Saem Ghani

Results 186 comments of Saem Ghani

> Could you tell me more about what you mean about the differences between `wasm`, `wasi`, and `emscripten`? I'm definitely a novice with this stuff, but my experience with `wasm`...

After discussing further with @zerbina [here in matrix](https://matrix.to/#/!MAXxvfCYnfYgZqSizw:matrix.org/$Eg4TU3_UakKrgsHLzrzxs3XyYFCX1xFCPokwuEh8hDs?via=matrix.org&via=envs.net&via=furs.chat), a revised approach: * setup the following `--os:wasi` and `--cc:empscripten` * testament can do this if we have a `wasi` target, needs...

To add a data point, I know a few folks, myself included, that would like to have an `@include` facility.

Given current definitions: - `sink`: "I'm giving this away" or it's "consumed" if we're to use more Pony terminology - `openArray`: a view, which means very much not owned I...

Thanks for filing this, I'm going to do a quick semantic trace on this to get an initial triage.

Pretty sure this is the same issue as https://github.com/nim-works/nimskull/issues/1181, and should be restested once https://github.com/nim-works/nimskull/pull/1192 is merged

Oh this is interesting. The timing for this is mostly dictated in semProcAux and the generic call I think that's in semgnrcs.nim. With the type class in the return that...

- json2 is about multiple modules that serve the same workload (deal with json) in different ways, otherwise they can carry deprecated items in one module - a version pragma...

At the very least a sensible error message, instead of a crash. --- In the case of getting it to work, I'm not really sure how to balance: The funky...

In `compiler/modules/modules.nim`, the `localReport` can be switched to the variant that adds line info, something like `localReport(graph.config, result.info, reportSym(rsemInvalidModuleName, result))`. It's not ideal, but at least we'll get some line...