tanishiking / scala-wasm

Experimental WasmGC backend for Scala.js | merging into the upstream Scala.js repo https://github.com/scala-js/scala-js/pull/4988
41 stars 3 forks source link

Merge WasmExpressionBuilder and WasmFunctionContext into FunctionEmitter. #125

Closed sjrd closed 6 months ago

sjrd commented 6 months ago

The combined class has the same responsibilities as the FunctionEmitter in the JS backend.

Based on #124, but otherwise ready to review.

sjrd commented 6 months ago

Rebased.