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

Remove most of the state from WasmContext. #138

Closed sjrd closed 6 months ago

sjrd commented 6 months ago

The only state that is left in WasmContext is directly related to code generation, rather than building knowledge about the program.


Based on #137, but otherwise reviewable.

sjrd commented 6 months ago

Rebased.