iitalics
  • Joined on 2020-01-28
iitalics pushed to main at iitalics/shark 2024-03-10 03:04:21 +00:00
df06d07437 webworker handle() should specifically not be an async function
iitalics pushed to main at iitalics/shark 2024-03-09 23:02:19 +00:00
8548784d45 better handling of raw ptrs using NonNull
iitalics pushed to main at iitalics/shark 2024-03-09 22:58:56 +00:00
16a1b12a7a give tidepool its own cargo.lock
4a912b6fe5 add webworker support via wasm-bindgen
Compare 2 commits »
iitalics pushed to dev/wasm at iitalics/shark 2024-03-09 22:52:14 +00:00
bbb7f2276e update to wasm-bindgen 0.2.92
dd97d3ca03 remove the need for .cargo config file
Compare 2 commits »
iitalics pushed to dev/wasm at iitalics/shark 2024-03-09 22:47:58 +00:00
1b2b330645 simplify config storage, since its never mutated anyways
iitalics pushed to dev/wasm at iitalics/shark 2024-03-09 22:45:28 +00:00
32d199933c fix rotation state names
iitalics pushed to dev/wasm at iitalics/shark 2024-03-09 22:05:43 +00:00
f92c586cfc return ints from suggest() and interpret them in worker.js
4b0f62aa59 out with wee_alloc, in with console_error_panic_hook
c59afecba5 useless printing refactor
c6fd13f0a4 only return one move
Compare 4 commits »
iitalics pushed to dev/wasm at iitalics/shark 2024-03-06 01:33:47 +00:00
74028e8efe webworker runs fish bot for suggestions
iitalics pushed to dev/wasm at iitalics/shark 2024-03-06 00:59:25 +00:00
c6a20e2bcd begin to incorporate actual blockfish library into webworker
iitalics pushed to dev/wasm at iitalics/shark 2024-03-06 00:46:21 +00:00
c66cf45294 initial webworker implementation
iitalics pushed to main at iitalics/shark 2024-02-23 19:48:03 +00:00
5b0eda58ad improve Bot::think() api
iitalics pushed to dev/wasm at iitalics/shark 2024-02-23 19:47:54 +00:00
b8f8cf5de3 experimenting with wasm global state
8b5e562c3d init some of the wasm scaffolding
5b0eda58ad improve Bot::think() api
Compare 3 commits »
iitalics pushed to dev/wasm at iitalics/shark 2024-02-23 01:51:39 +00:00
539e6a54ab init some of the wasm scaffolding
iitalics created branch dev/wasm in iitalics/shark 2024-02-23 01:51:39 +00:00
iitalics pushed to main at iitalics/shark 2024-02-23 00:51:05 +00:00
a257743f8b no default features for ahash to remove getrandom dep
iitalics pushed to main at iitalics/shark 2024-02-22 23:53:54 +00:00
c0a06ecd00 create dedicated Rating type to replace awkward (bool,i32) pair
a6f893e448 get rid of some useless pub(crate) syntax
Compare 2 commits »
iitalics pushed to main at iitalics/shark 2024-02-22 23:22:20 +00:00
938bed05fc minor code cleanup particularly in TransTable
iitalics pushed to main at iitalics/shark 2024-02-22 22:57:17 +00:00
096957cce3 update versions of deps; remove num_cpus() dep
iitalics pushed to main at iitalics/geometra 2024-02-05 21:46:59 +00:00
97d708c04e N2.Trans storage optimization
iitalics pushed to main at iitalics/geometra 2024-02-05 21:35:07 +00:00
a3c2d0dcca "dpi" is part of the spritemap data, not passed as an argument