Push layout interner further through Layout

This commit is contained in:
Ayaz Hafiz 2022-08-31 14:14:34 -05:00
parent ed04c2040a
commit 3b4b1838b8
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
34 changed files with 1279 additions and 634 deletions

View file

@ -235,6 +235,7 @@ pub async fn entrypoint_from_js(src: String) -> Result<String, String> {
wasm32_result::insert_wrapper_for_layout(
arena,
&layout_interner,
&mut module,
WRAPPER_NAME,
main_fn_index,