funcs get abi type definitions

This commit is contained in:
Pat Hickey
2020-01-20 14:55:06 -08:00
parent 9291495e57
commit b8feffe6e1
4 changed files with 65 additions and 11 deletions

View File

@@ -1,4 +1,5 @@
pub mod test {
pub struct WasiCtx {} // FIXME: parameterize macro on what ctx type is used here
generate::from_witx!("test.witx");
}
/*