Update gen wasm

This commit is contained in:
Ayaz Hafiz 2023-01-04 13:01:31 -06:00
parent c3e2e7aade
commit ee7e9d4ab5
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
2 changed files with 5 additions and 6 deletions

View file

@ -260,7 +260,7 @@ pub async fn entrypoint_from_js(src: String) -> Result<String, String> {
&mut module,
WRAPPER_NAME,
main_fn_index,
&main_fn_layout.result,
main_fn_layout.result,
);
called_fns.push(true);