diff options
author | Randy Reddig <[email protected]> | 2024-03-05 08:54:22 -0800 |
---|---|---|
committer | Ron Evans <[email protected]> | 2024-03-27 16:01:40 +0100 |
commit | cfcc894855b517b2c0788ea1a423c4ed9b3c8a69 (patch) | |
tree | 11918d0e26eb72fad7bf2d3148bd549e8e31c565 /targets | |
parent | 8bd0155c515c4863e4bbac87cf495df5b69bd976 (diff) | |
download | tinygo-cfcc894855b517b2c0788ea1a423c4ed9b3c8a69.tar.gz tinygo-cfcc894855b517b2c0788ea1a423c4ed9b3c8a69.zip |
targets: add wasi.json that inherits wasip1.json
PR feedback
Diffstat (limited to 'targets')
-rw-r--r-- | targets/wasi.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/targets/wasi.json b/targets/wasi.json new file mode 100644 index 000000000..21d569417 --- /dev/null +++ b/targets/wasi.json @@ -0,0 +1,3 @@ +{ + "inherits": ["wasip1"] +} |