Very experimental WASM code generation by MST in contexts of Int and Real #158

Closed
CommanderTvis wants to merge 16 commits from feature/binaryen into dev
Showing only changes of commit d0fffd6b5a - Show all commits

View File

@ -2,6 +2,7 @@ package kscience.kmath.wasm.internal
import WebAssembly.Instance
import binaryen.*
import kscience.kmath.ast.MST
import kscience.kmath.expressions.Expression
import kscience.kmath.expressions.StringSymbol
import kscience.kmath.operations.*