Nev

Building

Setup

Compile errors

If you get a compile error, try building with --passC:-Wno-incompatible-pointer-types, e.g: nimble buildDesktop --passC:-Wno-incompatible-pointer-types -d:appBuildWasmtime --forceBuild --app:gui -D:forceLogToFile -D:enableGui=true

Desktop version

Using atlas

Compiling tree sitter grammars to wasm

Compiling plugins to wasm

Use this command to build a plugin (inside the plugins directory):

nim c -d:release --skipParentCfg --passL:\"-o plugin_name.m.wasm\" plugin_name.nim