Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sebadob committed Sep 24, 2024
1 parent b7b2c99 commit 6d3e891
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ There are now `server` and `client` features that must be enabled properly.
The old behavior was to simply separate code by target arch. However, this prevented you from compiling the server
side logic as WASM, which you might want to do in certain cases.

The output directory has changed to `prebuilt/`, because you will now also find prebuilt server side WASM that
can't only solve a challenge, but also create a new one and validate. This makes it possible to host the server
side not only from a Rust backend, but basically anything that can work with WASM in the backend like NodeJS.

## v0.3.0

- The `asm` feature has been made opt-it, because it is problematic on Windows
Expand Down

0 comments on commit 6d3e891

Please sign in to comment.