You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ERROR] Error in command 'compile': Unrecognized instruction: global.get
asmble.io.IoErr$UnrecognizedInstruction: Unrecognized instruction: global.get
at asmble.io.SExprToAst.toInstrs(SExprToAst.kt:381)
at asmble.io.SExprToAst.toInstrs$default(SExprToAst.kt:370)
at asmble.io.SExprToAst.toFunc(SExprToAst.kt:251)
at asmble.io.SExprToAst.toModule(SExprToAst.kt:589)
at asmble.io.SExprToAst.toCmdMaybe(SExprToAst.kt:99)
at asmble.io.SExprToAst.toScript(SExprToAst.kt:864)
at asmble.cli.Translate.inToAst(Translate.kt:66)
at asmble.cli.Compile.run(Compile.kt:54)
at asmble.cli.Compile.run(Compile.kt:10)
at asmble.cli.Command.runWithArgs(Command.kt:17)
at asmble.cli.MainKt.main(Main.kt:31)
I get the following error compiling a file:
policy.wast.txt
The
wast
file is https://github.com/open-policy-agent/opa-docker-authz/blob/master/example.rego and compiled to wastThe text was updated successfully, but these errors were encountered: