tinygo/compileopts
Ayke van Laethem 72b715fa99 all: add Nix flake file
This adds a flake.nix file that makes it possible to quickly create a
development environment.

You can download Nix here, for use on your Linux or macOS system:
https://nixos.org/download.html

After you have installed Nix, you can enter the development environment
as follows:

    nix develop

This drops you into a bash shell, where you can install TinyGo simply
using the following command:

    go install

That's all! Assuming you've set up your $PATH correctly, you can now use
the tinygo command as usual:

    tinygo version

You can also do many other things from this environment. Building and
flashing should work as you're used to: it's not a VM or container so
there are no access restrictions.
2023-10-14 11:35:26 +02:00
..
config.go all: add Nix flake file 2023-10-14 11:35:26 +02:00
options.go main: add -internal-nodwarf flag 2023-06-06 11:46:16 +02:00
options_test.go Add -gc=custom option (#3302) 2023-01-28 20:24:56 +01:00
target.go targets: increase default stack size to 64k for wasi/wasm targets 2023-10-04 22:43:14 +02:00
target_test.go all: update _test.go files for os.IsFoo changes 2022-08-07 10:32:23 +02:00