diff options
| author | Xin LI <delphij@FreeBSD.org> | 2019-11-10 03:44:32 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2019-11-10 03:44:32 +0000 |
| commit | 4ef4bf0189e5e736a37f9ead9beaaa8e1cd1f9fb (patch) | |
| tree | 0b82394b9b244b8f3a588afe3b96177c08ff98eb /magic/Magdir/webassembly | |
| parent | ad1ba6e1e032f79d03b9a6e2c714de84d1911b3a (diff) | |
Notes
Diffstat (limited to 'magic/Magdir/webassembly')
| -rw-r--r-- | magic/Magdir/webassembly | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/magic/Magdir/webassembly b/magic/Magdir/webassembly index 8a4ce1b1a599..3b1d37e667bd 100644 --- a/magic/Magdir/webassembly +++ b/magic/Magdir/webassembly @@ -1,12 +1,12 @@ #------------------------------------------------------------------------------ -# $File: webassembly,v 1.2 2017/05/02 14:05:29 christos Exp $ +# $File: webassembly,v 1.3 2019/04/19 00:42:27 christos Exp $ # webassembly: file(1) magic for WebAssembly modules # # WebAssembly is a virtual architecture developed by a W3C Community -# Group at http://webassembly.org/. The file extension is .wasm, and +# Group at https://webassembly.org/. The file extension is .wasm, and # the MIME type is application/wasm. # -# http://webassembly.org/docs/binary-encoding/ is the main +# https://webassembly.org/docs/binary-encoding/ is the main # document describing the binary format. # From: Pip Cet <pipcet@gmail.com> and Joel Martin |
