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
Currently Orb only outputs WebAssembly text format (.wat). This can run in some libraries like wasmex or be converted using wat2wasm but it would be best to output .wasm directly.
This would involve adding a Orb.ToWasm protocol to pair with the existing Orb.ToWat one, and a boat load of integration tests.
Status
There are 33 defimpl of Orb.ToWat, and 14 defimpl of Orb.ToWasm
14/33
The text was updated successfully, but these errors were encountered:
Currently Orb only outputs WebAssembly text format (
.wat
). This can run in some libraries likewasmex
or be converted usingwat2wasm
but it would be best to output.wasm
directly.This would involve adding a
Orb.ToWasm
protocol to pair with the existingOrb.ToWat
one, and a boat load of integration tests.Status
There are 33
defimpl
ofOrb.ToWat
, and 14defimpl
ofOrb.ToWasm
The text was updated successfully, but these errors were encountered: