From: Ian Jackson Date: Tue, 26 Jan 2021 22:31:12 +0000 (+0000) Subject: Add a todo note about wasm ABI X-Git-Tag: otter-0.4.0~677 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=071b39c87297b5361ee3968aeda869688a8d9b3f;p=otter.git Add a todo note about wasm ABI Signed-off-by: Ian Jackson --- diff --git a/Makefile b/Makefile index c17633b9..9556f657 100644 --- a/Makefile +++ b/Makefile @@ -122,6 +122,11 @@ FILEASSETS = $(addprefix templates/, libre shapelib.html script.js \ $(wildcard templates/*.tera) WASM := wasm32-unknown-unknown +# ^ todo: Is this still right after +# Use correct ABI for wasm32 by default +# https://github.com/rust-lang/rust/pull/79998 +# ? But maybe it doesn't matter since we're very conservative and +# only pass JsValue and a few strings across the WASM ABI. #---------- toplevel aggregate targets ----------