-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run module on node error #42
Comments
Hi, thanks for reporting the issue. I've fixed it through #43 BTW, we are developing and validating features based on WAMR (iwasm_gc), and then gradually add support for |
Thx for the update. |
Glad to know you can successfully execute the benchmark! We don't expect a significant performance improvement when comparing to NodeJS (V8 JavaScript engine), because:
But on some other environment where JIT is not possible, e.g. embedded devices, the wasm based solution can introduce significant performance improvement. (I measured mandelbrot.wasm on |
That looks promising. Very often one need microsecond response times in order to run a driver. E.g. a DHT22 temperature/humidity sensor operates at 20-80 microseconds intervals. |
1 similar comment
That looks promising. Very often one need microsecond response times in order to run a driver. E.g. a DHT22 temperature/humidity sensor operates at 20-80 microseconds intervals. |
The sample from run_module_on_node results in the following error:
Import #144 module="libdyntype" function="dyntype_get_keys" error: function import requires a callable]
dyntype_get_keys is not defined in import_object.js. Maybe that causes the error.
The text was updated successfully, but these errors were encountered: