Commit graph

3 commits

Author SHA1 Message Date
Agus Zubiaga
8dedd9f03c
New app header syntax
Implements the new app header syntax as discussed in Zulip [1].

    app [main] {
	cli: platform "../platform/main.roc",
	json: "../json/main.roc"
    }

Old headers still parse and are automatically upgraded to the new
syntax by the formatter.

[1] 418444862
2024-05-01 10:49:01 -03:00
Anton-4
3c7a834da1
update to new interpolation syntax 2024-02-02 13:39:10 +01:00
Richard Feldman
70140206ab
Split nodejs wasm and napi examples 2023-05-01 15:54:53 -04:00
Renamed from examples/nodejs-interop/main.roc (Browse further)