blob: cdcbfc75c88d6e708e12c6e01141a86bce49775b (
plain) (
blame)
1
2
3
4
5
6
|
// Copyright 2017 The go-interpreter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package wagon is a WebAssembly-based interpreter in Go, for Go.
package wagon
|