Orb
v0.1.1
Pages
Modules
Search documentation of Orb
Settings
View Source
Orb.DSL.Defw
(Orb v0.1.1)
Macros to define WebAssembly functions. Similar to Elixir’s
def
and Nx’s
defn
.
Summary
Functions
defw(call, list)
defw(call, locals, list)
defw(call, result, locals, list)
defwp(call, list)
defwp(call, locals, list)
defwp(call, result, locals, list)
wasm_mode(mode)
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)