new memory model. not quite complete

This commit is contained in:
Pat Hickey
2020-01-27 18:20:47 -08:00
parent e6a4ae205c
commit ec456e9e50
8 changed files with 287 additions and 179 deletions

View File

@@ -34,7 +34,7 @@ pub fn from_witx(args: TokenStream) -> TokenStream {
mod #modname {
use super::WasiCtx;
use super::types::*;
#(#fs)*
// #(#fs)*
#modtrait
}