comparison tests/cffi.urp @ 766:df09c95085f8

More FFI compiler options
author Adam Chlipala <adamc@hcoop.net>
date Sat, 02 May 2009 12:10:43 -0400
parents a28982de5645
children d27ed5ddeb52
comparison
equal deleted inserted replaced
765:a28982de5645 766:df09c95085f8
1 debug 1 debug
2 ffi test 2 ffi test
3 include test.h 3 include test.h
4 script http://localhost/test/test.js
4 link test.o 5 link test.o
5 effectful Test.print 6 effectful Test.print
7 serverOnly Test.foo
8 clientOnly Test.bar
9 jsFunc Test.print=print
10 jsFunc Test.bar=bar
6 11
7 cffi 12 cffi