Skip to content

Commit 901a837

Browse files
committed
Change wasm target to "wasm32-wasi"
This is to reflect the upstream change in WebAssembly/wasi-sdk#388.
1 parent e8aa91d commit 901a837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ twelf-server-mlton:
5858

5959
.PHONY: twelf-lib-mlton-wasi
6060
twelf-lib-mlton-wasi:
61-
$(mlton) -target wasm32-unknown-wasi \
61+
$(mlton) -target wasm32-wasi \
6262
-format libexecutable \
6363
-output bin/twelf.wasm \
6464
-default-ann 'allowFFI true' \

0 commit comments

Comments
 (0)