File tree Expand file tree Collapse file tree
product-mini/platforms/common Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -162,20 +162,6 @@ libc_wasi_parse(char *arg, libc_wasi_parse_context_t *ctx)
162162 return LIBC_WASI_PARSE_RESULT_OK ;
163163}
164164
165- void
166- libc_wasi_init (wasm_module_t wasm_module , int argc , char * * argv ,
167- libc_wasi_parse_context_t * ctx )
168- {
169- wasm_runtime_set_wasi_args (wasm_module , ctx -> dir_list , ctx -> dir_list_size ,
170- ctx -> map_dir_list , ctx -> map_dir_list_size ,
171- ctx -> env_list , ctx -> env_list_size , argv , argc );
172-
173- wasm_runtime_set_wasi_addr_pool (wasm_module , ctx -> addr_pool ,
174- ctx -> addr_pool_size );
175- wasm_runtime_set_wasi_ns_lookup_pool (wasm_module , ctx -> ns_lookup_pool ,
176- ctx -> ns_lookup_pool_size );
177- }
178-
179165static void
180166libc_wasi_set_init_args (struct InstantiationArgs2 * args , int argc , char * * argv ,
181167 libc_wasi_parse_context_t * ctx )
You can’t perform that action at this time.
0 commit comments