Skip to content

Commit

Permalink
Rename import to use, since "import" already means something in w…
Browse files Browse the repository at this point in the history
…asm.
  • Loading branch information
sunfishcode committed Sep 12, 2019
1 parent e507c3a commit 9863f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion design/wasi_unstable/wasi_unstable.widl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
;;
;; Some content here is derived from [CloudABI](https://github.com/NuxiNL/cloudabi).

(import "typenames.wid")
(use "typenames.wid")

(module $wasi_unstable
;; Linear memory used by the program.
Expand Down

0 comments on commit 9863f28

Please sign in to comment.