You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@
11
11
12
12
-[#1699](https://github.com/wasmerio/wasmer/pull/1699) Update `wasm.h` to its latest version.
13
13
-[#1685](https://github.com/wasmerio/wasmer/pull/1685) Implement `wasm_exporttype_delete` in the Wasm C API.
14
+
-[#1725](https://github.com/wasmerio/wasmer/pull/1725) Implement `wasm_func_type` in the Wasm C API.
14
15
-[#1715](https://github.com/wasmerio/wasmer/pull/1715) Register errors from `wasm_module_serialize` in the Wasm C API.
15
16
-[#1709](https://github.com/wasmerio/wasmer/pull/1709) Implement `wasm_module_name` and `wasm_module_set_name` in the Wasm(er) C API.
16
17
-[#1700](https://github.com/wasmerio/wasmer/pull/1700) Implement `wasm_externtype_copy` in the Wasm C API.
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@
35
35
36
36
***Pluggable**. Wasmer supports different compilation frameworks to best suit your needs (LLVM, Cranelift...).
37
37
38
-
***Universal**. You can run Wasmer in almost any *platform* (macOS, Linux and Windows) and *chipset*.
38
+
***Universal**. You can run Wasmer in any *platform* (macOS, Linux and Windows) and *chipset*.
39
39
40
40
***Standards compliant**. The runtime passes [official WebAssembly test
41
41
suite](https://github.com/WebAssembly/testsuite) supporting [WASI](https://github.com/WebAssembly/WASI) and [Emscripten](https://emscripten.org/).
0 commit comments