Skip to content

Conversation

@lum1n0us
Copy link
Contributor

Decide to use the .aot content as the .wasm precompiled result.

  • wasm_module_serialize(...) will return it.
  • wasm_module_deserialize(...) will load the precompiled content as normal .aot files.

Decide to use the .aot content as the .wasm precompiled result.
- `wasm_module_serialize(...)` will return it.
- `wasm_module_deserialize(...)` will load the precompiled content
as normal .aot files.
@wenyongh wenyongh merged commit 382357c into bytecodealliance:dev/refactor_interp_module_inst Sep 22, 2022
@Saopetrik
Copy link

Saopetrik commented Sep 28, 2022

Hey @lum1n0us , off topic que. Sir I'm fairly new to Wasm. I am working on my personal project. Just need some idea about serializing a wasm module . I guess you have implemented this Wasm C specs. I want to know how this implementation is ? As I know a compiled wasm module has different sections like TypeSection , ImportSection, FunctionSection,TableSection,MemorySection, GlobalSection, ExportSection that need to serialize ! Here where did you do that ?

Thanks

@lum1n0us lum1n0us deleted the precompile_module branch November 10, 2022 05:26
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