mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-13 03:42:35 -06:00
622bcbdf9d
These changes implement a basic WASM compiler backend for the IR added in the previous commit. These changes also include a binary-encoding package that can roundtrip simple WASM modules. Signed-off-by: Torin Sandall <torinsandall@gmail.com>
7 lines
242 B
Go
7 lines
242 B
Go
// Copyright 2018 The OPA Authors. All rights reserved.
|
|
// Use of this source code is governed by an Apache2
|
|
// license that can be found in the LICENSE file.
|
|
|
|
// Package encoding implements WASM module reading and writing.
|
|
package encoding
|