Skip to content

Comments

refactor: split WASM init in two phases#51

Merged
crepererum merged 1 commit intomainfrom
crepererum/split_wasm_init
Sep 3, 2025
Merged

refactor: split WASM init in two phases#51
crepererum merged 1 commit intomainfrom
crepererum/split_wasm_init

Conversation

@crepererum
Copy link
Collaborator

  1. pre-compile module
  2. instantiate the actual module

This helps when you want to create a lot of Python payloads with different source codes.

Split from #49.

1. pre-compile module
2. instantiate the actual module

This helps when you want to create a lot of Python payloads with
different source codes.
@crepererum crepererum requested a review from a team September 2, 2025 16:01
todo = "deny"
use_self = "deny"
allow_attributes = "warn"
undocumented_unsafe_blocks = "deny"
Copy link
Contributor

Choose a reason for hiding this comment

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

💯

@crepererum crepererum added this pull request to the merge queue Sep 3, 2025
Merged via the queue into main with commit c9d935b Sep 3, 2025
1 check passed
@crepererum crepererum deleted the crepererum/split_wasm_init branch September 3, 2025 08:49
crepererum added a commit that referenced this pull request Sep 3, 2025
crepererum added a commit that referenced this pull request Sep 3, 2025
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.

2 participants