annotate 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
rev   line source
adamc@764 1 debug
adamc@764 2 ffi test
adamc@764 3 include test.h
adamc@766 4 script http://localhost/test/test.js
adamc@764 5 link test.o
adamc@765 6 effectful Test.print
adamc@766 7 serverOnly Test.foo
adamc@766 8 clientOnly Test.bar
adamc@766 9 jsFunc Test.print=print
adamc@766 10 jsFunc Test.bar=bar
adamc@764 11
adamc@764 12 cffi