comparison tests/cffi.urp @ 767:d27ed5ddeb52

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