Samsung / walrus

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

Remove Engine class #85

Closed GorogPeter closed 1 year ago

GorogPeter commented 1 year ago

Hence it wasn't used, I removed it.

clover2123 commented 1 year ago

Engine is nowhere used, but wasm-c-api explicitly specifies wasm_engine_t. So, we need to maintain Engine class although it is not used at all.

GorogPeter commented 1 year ago

Okay. Thank you for clarifying!