Feneric / nim-wasm-helpers

Help quickly set up a VM configured to build WebAssembly code using Nim.
Mozilla Public License 2.0
28 stars 0 forks source link

how can I patch `nim` instead of using bundled version (old: 0.18) you provide? #1

Closed timotheecour closed 6 years ago

timotheecour commented 6 years ago

the nim version you provide is old:

vagrant@bodhi64 /v/Samples> nim --version
Nim Compiler Version 0.18.0 [Linux: amd64]

furthermore, I'd like to use up to date nim (or even own fork), how would I patch nim so it'd work the same as in instructions given in https://www.spiria.com/en/blog/web-applications/webassembly-nim ?

Feneric commented 6 years ago

Yeah, there is actually quite a bit in there that needs to get updated, starting with the OS version itself. I had started to build a new Vagrant box the other day but got sidetracked. Hopefully I'll be able to build the new one and use it for some updates here in the near future.

timotheecour commented 6 years ago

i think the approach I tried here https://github.com/Feneric/nim-wasm-helpers/issues/2#issuecomment-435751256 is good enough for a fix, closing

Feneric commented 6 years ago

I got the Vagrant box updated last night. I'm starting to go through and update everything else on top of the OS now.