reearth / reearth-flow

Build and run workflows to calculate and convert various data (WIP)
Apache License 2.0
7 stars 1 forks source link

[engine] Investigate Wasm action processor #573

Open miseyu opened 1 week ago

miseyu commented 1 week ago

Is your feature request related to a problem? Please describe.

Describe the solution you'd like

soma00333 commented 1 week ago

The engine currently defines a processor called RhaiCaller(cf. rhai.rs), which allows dynamic processing on Feature objects by evaluating Rhai scripts. However, a plugin utilizing Wasm is desired due to a lack of flexibility, such as the absence of memory spaces.

@miseyu This is my understanding; please feel free to drop a comment.

miseyu commented 1 week ago

@soma00333 Yes, you're absolutely right!