Samsung / walrus

WebAssembly Lightweight RUntime
Apache License 2.0
37 stars 10 forks source link

Unify classes #84

Closed GorogPeter closed 1 year ago

GorogPeter commented 1 year ago

I unified the Load32/Load64 classes into SimpleLoad, and Store32/Store64 classes into SimpleStore.

GorogPeter commented 1 year ago

I've done the changes.