UNPKG

walt-compiler

Version:

Alternative syntax for WebAssembly text format

8 lines (5 loc) 193 B
import test from 'ava'; import { harness } from '../utils/test-utils'; import { join } from 'path'; const waltPath = join(__dirname, './string-spec.walt'); test('string', harness(waltPath));