mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 10:37:46 +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",
|
||||
"cpu": "generic",
|
||||
"features": "+bulk-memory,+nontrapping-fptoint,+sign-ext",
|
||||
"build-tags": ["tinygo.wasm", "wasi"],
|
||||
"build-tags": ["tinygo.wasm", "wasi", "runtime_memhash_leveldb"],
|
||||
"goos": "linux",
|
||||
"goarch": "arm",
|
||||
"linker": "wasm-ld",
|
||||
|
||||
Reference in New Issue
Block a user