Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Allow to execute specific function #189

Merged
merged 3 commits into from
Aug 8, 2023
Merged

Allow to execute specific function #189

merged 3 commits into from
Aug 8, 2023

Conversation

Pryz
Copy link
Contributor

@Pryz Pryz commented Aug 2, 2023

Fixes #190

Add the ability to define which function to execute within the WASM module. The function needs to be exported so this will not work with Go 1.21 but will work for Tinygo, Rust and friends.

@Pryz Pryz force-pushed the allow-exec-function branch 3 times, most recently from 6f830bd to 4c46251 Compare August 2, 2023 17:49
Signed-off-by: Julien Fabre <[email protected]>
Signed-off-by: Julien Fabre <[email protected]>
@Pryz Pryz merged commit 458ac2f into main Aug 8, 2023
8 checks passed
@Pryz Pryz deleted the allow-exec-function branch August 8, 2023 15:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[STE-106] Support execution exported functions
2 participants