Replies: 2 comments 3 replies
-
DeviceScript uses custom bytecode format. The interpreter for that format can be compiled for any version of Wasm (which can then be executed by a variety of Wasm runtimes). See also Runtime implementation |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am looking around and wondering whether it's possible to run Devicescript's compiled bytecode on the wasm3 interpreter. I suppose the question is more towards: Does Devicescript generate a proprietary WASM bytecode or rather a general one, that can be run on various interpreters?
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions