View Source Orb.DSL.Defw (Orb v0.1.0)

Macros to define WebAssembly functions. Similar to Elixir’s def and Nx’s defn.

Summary

Functions

Link to this macro

defw(call, list)

View Source (macro)
Link to this macro

defw(call, locals, list)

View Source (macro)
Link to this macro

defw(call, result, locals, list)

View Source (macro)
Link to this macro

defwp(call, list)

View Source (macro)
Link to this macro

defwp(call, locals, list)

View Source (macro)
Link to this macro

defwp(call, result, locals, list)

View Source (macro)
Link to this macro

wasm_mode(mode)

View Source (macro)