mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Update gen wasm
This commit is contained in:
parent
c3e2e7aade
commit
ee7e9d4ab5
2 changed files with 5 additions and 6 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue