-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Any preference on how args should be specified?
If I wanted to call these functions:
main(0xabcd)
sum(1, 2)
finish()
How about this:
primea --create test.wasm main 0xabcd sum 1,2 finish
Or this:
primea --create test.wasm --run main,sum,finish --main arg0 --sum 1,2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels