Viper decorator in Webassembly port #16001
Unanswered
TinyCircuits
asked this question in
Webassembly
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am currently developing a tool that allows users to run code in browser and on their device. Some of the scripts run on the device will use the
@micropython.viper
code decorator. When the same scripts are run in the Webassembly port, I get the following error:That line is at the location of:
@micropython.viper
Is the viper code decorator disabled for some reason? Is it that support for Webassembly viper is not implemented? Would it even be possible to implement it?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions