wasmer-js icon indicating copy to clipboard operation
wasmer-js copied to clipboard

Allow for custom entry points

Open FranklinWaller opened this issue 1 year ago • 0 comments

Standard behaviour of WASI + Wasmer is to execute the _start function. (Which is according the standard). However we have a use-case where we want to execute a custom exported function that utilizes WASI. An alternative is to do it through arguments and branch off but we don't want to mess with the standard behaviour of the application itself too much.

FranklinWaller avatar Jun 06 '24 13:06 FranklinWaller