1 2 3 4 5 6 7 8 9 10
extern crate lib; use lib::trampolines::*; fn main() { unsafe { table_fill_externref(); table_fill_funcref(); } }