mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-12 23:13:40 +00:00
targets: make leveldb runtime hash default for wasi
This commit is contained in:
committed by
deadprogram
parent
f38603530d
commit
07049b87b6
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
"llvm-target": "wasm32-unknown-wasi",
|
"llvm-target": "wasm32-unknown-wasi",
|
||||||
"cpu": "generic",
|
"cpu": "generic",
|
||||||
"features": "+bulk-memory,+nontrapping-fptoint,+sign-ext",
|
"features": "+bulk-memory,+nontrapping-fptoint,+sign-ext",
|
||||||
"build-tags": ["tinygo.wasm", "wasi"],
|
"build-tags": ["tinygo.wasm", "wasi", "runtime_memhash_leveldb"],
|
||||||
"goos": "linux",
|
"goos": "linux",
|
||||||
"goarch": "arm",
|
"goarch": "arm",
|
||||||
"linker": "wasm-ld",
|
"linker": "wasm-ld",
|
||||||
|
|||||||
Reference in New Issue
Block a user