This is a simple development environment for rust with wasm and native targets

To install this scoped to a project using direnv, create the following file .envrc at the root of your project

use flake github:DavidM-D/typescript-workspace

and when prompted run:

direnv allow

Alternatively run

nix develop github:DavidM-D/typescript-workspace

to start a shell with a rust dev env in scope

This includes

  • typescript
  • node
  • npm
  • eslint
  • ts-node