feat: runtime as library
This commit is contained in:
parent
8f6320b30e
commit
dc8d941b84
24 changed files with 184 additions and 111 deletions
9
exm/builtins/dune
Normal file
9
exm/builtins/dune
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
(env
|
||||
(dev
|
||||
(flags
|
||||
(:standard -w -a))))
|
||||
|
||||
(executable
|
||||
(public_name examples.exe)
|
||||
(name main)
|
||||
(libraries std))
|
||||
Loading…
Add table
Add a link
Reference in a new issue