libsass-asm
libsass-asm copied to clipboard
WebAssembly based Javascript bindings for libsass
`libsass-asm` is nothing more than 1:1 corresponding bindings to libsass. Maybe better to have top-level interface like `renderSync` for conveniences, or better to leave as preliminary building block.
It isn's clear if test setup is correct https://github.com/kwonoj/libsass-asm/blob/798a4abed93292415b29350df57c6724998da578/circle.sh#L19-L25 , `--probe-todo` doesn't seem to work and manually check out specific version tag for sass-spec. Need to figure out correct setup...
Currently minimal amount of interfaces are wrapped / exposed as factory classes to pass sass-spec tests. Remaining interfaces are below, need to be cwrapped & create correct class. - [...