Skip to content

wamr: avoids .wasm binary content copying. #332

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 16, 2023

Conversation

lum1n0us
Copy link
Contributor

Reuse bytecode instead of creating and copy the binary content during wasm_byte_vec_new()

Reuse `bytecode` instead of creating and copy the binary content
during `wasm_byte_vec_new()`

Signed-off-by: [email protected] <[email protected]>
@lum1n0us lum1n0us force-pushed the reuse_binary_content branch from 14b652e to 47d9137 Compare March 16, 2023 05:28
@mathetake mathetake changed the title Avoid .wasm binary content copying wamr: avoids .wasm binary content copying. Mar 16, 2023
@mathetake mathetake merged commit f844e67 into proxy-wasm:master Mar 16, 2023
@PiotrSikora
Copy link
Member

Should the same change be done for the other Wasm engines?

johnlanni pushed a commit to higress-group/proxy-wasm-cpp-host that referenced this pull request Mar 25, 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.

3 participants