Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile to .wasm #12

Open
1 task
RoyalIcing opened this issue Jan 28, 2024 · 1 comment
Open
1 task

Compile to .wasm #12

RoyalIcing opened this issue Jan 28, 2024 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@RoyalIcing
Copy link
Owner

RoyalIcing commented Jan 28, 2024

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
@RoyalIcing RoyalIcing added this to the Beta milestone Jan 28, 2024
@RoyalIcing RoyalIcing added the enhancement New feature or request label Mar 8, 2024
@RoyalIcing
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant