edvakf / wagyu

MIT License
5 stars 1 forks source link

Move to Wasmer's interface #6

Open edvakf opened 5 years ago

edvakf commented 5 years ago

I didn't think a lot about what interface Wagyu should implement. Now that we have Wasmer, we can use their interface. https://github.com/wasmerio/ruby-ext-wasm

API documentation https://github.com/wasmerio/ruby-ext-wasm#api-documentation

Hywan commented 5 years ago

If some API are missing (like Memory.grow, or Table), please open issues, I will implement them.