UNPKG

@montferret/ferret-wasm

Version:

Ferret compiler and runtime ported to WASM

17 lines (16 loc) 222 B
language: node_js node_js: - 'stable' go: - '1.12.x' - stable cache: yarn branches: only: - master install: - export GO111MODULE=on script: - make install - make compile - make test