Skip to content

Use wasm_shim compiled with AOT#54

Merged
chirino merged 2 commits intoroastedroot:mainfrom
andreaTP:aot-wasm-shim
Apr 14, 2025
Merged

Use wasm_shim compiled with AOT#54
chirino merged 2 commits intoroastedroot:mainfrom
andreaTP:aot-wasm-shim

Conversation

@andreaTP
Copy link
Contributor

No description provided.

@andreaTP
Copy link
Contributor Author

2 commits:

  • one enables the Aot compiler for the module
  • the second is an example on how to use the "pre-compiled AOT", key advantages:
    • resulting artifact size (we don't need to ship the entire .wasm file but a more lightweight version of it
    • speed, as compilation happens during build time and not on startup

Copy link
Collaborator

@chirino chirino left a comment

Choose a reason for hiding this comment

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

lgtm

@chirino chirino merged commit 3f1111d into roastedroot:main Apr 14, 2025
5 checks passed
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