Skip to content

Conversation

@brendandahl
Copy link
Collaborator

With the old version of JSPI, the JSPI pass was required to be run before splitting and would automatically add an export to be able to find the load_secondary_module function. Now that the pass is no longer needed, just add an import manually for the load_secondary_module function.

With the old version of JSPI, the JSPI pass was required to be run before
splitting and would automatically add an export to be able to find the
load_secondary_module function. Now that the pass is no longer needed,
just add an import manually for the load_secondary_module function.
@brendandahl brendandahl merged commit 4f7c6d6 into WebAssembly:main Apr 29, 2024
;; PRIMARY-NEXT: )
;; PRIMARY-NEXT: )
(func $foo (param i32) (result i32)
(call $bar (local.get $0))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be local.get 0

@gkdn gkdn mentioned this pull request Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants