mirror of
https://github.com/anoma/juvix.git
synced 2024-12-14 08:27:03 +03:00
7bf337217d
Allow _ in Wasm exported names The Anoma validity predicate Wasm signature is: "_validate_tx": [I64, I64, I64, I64, I64, I64, I64, I64] -> [I64] So we need to allow exported names containing '_'. This PR adds a Juvix module that exports a function with this signature and a test that the resulting Wasm function can be called. |
||
---|---|---|
.. | ||
Arity | ||
BackendC | ||
MonoJuvix | ||
Reachability | ||
Scope | ||
Termination | ||
TypeCheck | ||
Arity.hs | ||
BackendC.hs | ||
Base.hs | ||
Main.hs | ||
MonoJuvix.hs | ||
Reachability.hs | ||
Scope.hs | ||
Termination.hs | ||
TypeCheck.hs |