Skip to content

Commit

Permalink
Change wasi target to "wasm32-wasi" (#47)
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 authored May 13, 2024
1 parent e8aa91d commit e66f6f3
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 e66f6f3

Please sign in to comment.