Skip to content

Commit

Permalink
Change wasm target to "wasm32-wasi"
Browse files Browse the repository at this point in the history
This is to reflect the upstream change in
WebAssembly/wasi-sdk#388.
  • Loading branch information
agoode committed May 13, 2024
1 parent e8aa91d commit 901a837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ twelf-server-mlton:

.PHONY: twelf-lib-mlton-wasi
twelf-lib-mlton-wasi:
$(mlton) -target wasm32-unknown-wasi \
$(mlton) -target wasm32-wasi \
-format libexecutable \
-output bin/twelf.wasm \
-default-ann 'allowFFI true' \
Expand Down

0 comments on commit 901a837

Please sign in to comment.