This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
let () = print_endline "a: ok"
|
||||
|
|
@ -0,0 +1 @@
|
|||
b: ok
|
||||
|
|
@ -0,0 +1 @@
|
|||
let () = print_endline "b: ok"
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
(tests
|
||||
(names a b)
|
||||
(modes wasm))
|
||||
|
||||
(env
|
||||
(_
|
||||
(wasm_of_ocaml
|
||||
(runtest_alias runtest-js)
|
||||
(compilation_mode whole_program))))
|
||||
|
|
@ -0,0 +1 @@
|
|||
(lang dune 3.17)
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
tests stanza with wasmoo
|
||||
|
||||
$ dune build @default @runtest-js
|
||||
a: ok
|
||||
Loading…
Add table
Add a link
Reference in a new issue